From 21d0efb2e2551b41a20a28a9cba5fed281629938 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 12 Mar 2025 18:18:45 +0100 Subject: Add skipping logs in comments (for debug) Also maybe helpful for others as a quick pointer. --- utils_ct.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils_ct.go b/utils_ct.go index b294b5e..f765914 100644 --- a/utils_ct.go +++ b/utils_ct.go @@ -17,6 +17,10 @@ func logs(md metadata.Metadata) (logs []metadata.Log) { logger.Printf("WARNING: skipping log without description") continue } + //if !strings.Contains(*log.Description, "Xenon") { + // logger.Printf("DEBUG: skipping %s\n", *log.Description) + // continue + //} if log.State == nil { continue // skip logs with unknown states } -- cgit v1.2.3