Show warnings+ by default

This commit is contained in:
Denis Bilenko 2025-01-23 11:25:38 +01:00
parent 099e9bed0f
commit 91c13dcdfc
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,
}
}