change default log level to debug

This commit is contained in:
2025-11-25 12:25:05 -08:00
committed by =michael hohn
parent eedd50bdcb
commit b191fad4b2

View File

@@ -17,7 +17,7 @@ import (
func main() {
slog.Info("Starting agent")
workerCount := flag.Int("workers", 0, "number of workers")
logLevel := flag.String("loglevel", "info", "Set log level: debug, info, warn, error")
logLevel := flag.String("loglevel", "debug", "Set log level: debug, info, warn, error")
flag.Parse()
// Apply 'loglevel' flag