Show warnings+ by default

This commit is contained in:
Denis Bilenko 2025-01-23 11:25:38 +01:00
parent 413ca5c134
commit fc3b95ff0f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type LogLevelFlag struct {
func NewLogLevelFlag() LogLevelFlag { func NewLogLevelFlag() LogLevelFlag {
return LogLevelFlag{ return LogLevelFlag{
l: log.LevelDisabled, l: log.LevelWarn,
} }
} }