Skip to content

Commit

Permalink
fix: revert default log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jan 12, 2022
1 parent ef2e9ee commit 466a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func parseFlags(args []string) (string, error) {
var buf bytes.Buffer
flags.SetOutput(&buf)

logLevelFlag := flags.String("l", "debug", "sets the log-level to <trace|debug|info|warn|error|fatal>")
logLevelFlag := flags.String("l", "info", "sets the log-level to <trace|debug|info|warn|error|fatal>")
formatFlag := flags.String(
"o",
util.FormatMd,
Expand Down

0 comments on commit 466a0f5

Please sign in to comment.