Show warnings+ by default

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

View File

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