You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sourcestring`long:"log.source" env:"LOG_SOURCE" description:"Show source for every log message (useful for debugging and bug reports)" choice:"off" choice:"short" choice:"file" choice:"full" default:"off"`
12
+
Levelstring`long:"log.level" env:"LOG_LEVEL" description:"Log level" choice:"trace" choice:"debug" choice:"info" choice:"warning" choice:"error" default:"info"`// nolint:staticcheck // multiple choices are ok
13
+
Formatstring`long:"log.format" env:"LOG_FORMAT" description:"Log format" choice:"text" choice:"json" default:"text"`// nolint:staticcheck // multiple choices are ok
14
+
Sourcestring`long:"log.source" env:"LOG_SOURCE" description:"Show source for every log message (useful for debugging and bug reports)" choice:"off" choice:"short" choice:"file" choice:"full" default:"off"`// nolint:staticcheck // multiple choices are ok
0 commit comments