Skip to content

Commit

Permalink
Bugfix: honor the -v commandline flag
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <silvio@moioli.net>
  • Loading branch information
moio committed Dec 19, 2022
1 parent 13b05df commit b2d8fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/cmds/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ func setupLogging() {
if Debug {
logrus.SetLevel(logrus.DebugLevel)
}
logrus.SetLevel(logrus.Level(LogConfig.VLevel))
}

0 comments on commit b2d8fbf

Please sign in to comment.