diff --git a/promlog/log.go b/promlog/log.go index 2449c90f..50746544 100644 --- a/promlog/log.go +++ b/promlog/log.go @@ -36,7 +36,7 @@ var ( ) LevelFlagOptions = []string{"debug", "info", "warn", "error"} - FormatFlagOptions = []string{"logfmt, json"} + FormatFlagOptions = []string{"logfmt", "json"} ) // AllowedLevel is a settable identifier for the minimum level a log entry