Skip to content

Commit

Permalink
Fix default verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
obourdon committed Jan 12, 2021
1 parent 10aff91 commit 43dd886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func setLogLevel(c *util.Config) error {
return fmt.Errorf("Unsupported log level: %s", c.LogLevel)
}
filter.MinLevel = logutils.LogLevel(c.LogLevel)
log.Printf("Setting log level to %v", c.LogLevel)
log.SetOutput(filter)
log.Printf("[DEBUG] Setting log level to %v", c.LogLevel)
return nil
}

0 comments on commit 43dd886

Please sign in to comment.