Skip to content

Commit

Permalink
lint: force log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 16, 2023
1 parent 76d1497 commit d2559c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ func ZeroLogger(level string) logr.Logger {
case "debug":
l = zerolog.DebugLevel
default:
l = zerolog.InfoLevel
l = zerolog.DebugLevel
}
l = zerolog.DebugLevel
zl = zl.Level(l)

return zerologr.New(&zl)
Expand Down

0 comments on commit d2559c4

Please sign in to comment.