diff options
| author | demo <demo@antix1> | 2026-05-28 11:35:25 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-28 11:35:25 -0400 |
| commit | 6867410a6b30ec4a3d96f2438b202add8519c959 (patch) | |
| tree | 45f8f0f48ec21b070757a3d6c443d2d6800ac8ef | |
| parent | 29bc8d424f865f6c9187ccda510b0ad91ee228b7 (diff) | |
chore: include shortfile printout in log invocations
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)") |
