diff options
Diffstat (limited to 'container/config.go')
-rw-r--r-- | container/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/config.go b/container/config.go index 09efde04..ce1edfa1 100644 --- a/container/config.go +++ b/container/config.go @@ -80,5 +80,5 @@ func parseLogLevel(s string) (slog.Leveler, error) { return slog.LevelError, nil } - return slog.LevelInfo, fmt.Errorf(`unknown log level "%s" (allowed: debug, info, warn, error, panic, fatal)`, s) + return slog.LevelInfo, fmt.Errorf(`unknown log level "%s" (allowed: debug, info, warn, error)`, s) } |