From 6867410a6b30ec4a3d96f2438b202add8519c959 Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 28 May 2026 11:35:25 -0400 Subject: chore: include shortfile printout in log invocations --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 311cece..de2456f 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,8 @@ import ( ) func main() { + log.SetFlags(log.LstdFlags | log.Lshortfile) + maxConcurrency := flag.Int("c", 0, "Maximum number of concurrent queue pushes") startRawURL := flag.String("url", "", "Entry-point URL") maxURLs := flag.Int("max", 0, "Maximum number of URLs to collect (omitted or 0 means no limit)") -- cgit v1.2.3