Skip to content

Commit a387321

Browse files
authored
Merge pull request #3492 from erikgb/fix-flag-missing-space
🐛 Add missing space in zap-log-level flag description
2 parents 1746027 + 857d969 commit a387321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/log/zap/zap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func (o *Options) BindFlags(fs *flag.FlagSet) {
272272
}
273273
fs.Var(&levelVal, "zap-log-level",
274274
"Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', 'panic'"+
275-
"or any integer value > 0 which corresponds to custom debug levels of increasing verbosity")
275+
" or any integer value > 0 which corresponds to custom debug levels of increasing verbosity")
276276

277277
// Set the StrackTrace Level
278278
var stackVal stackTraceFlag

0 commit comments

Comments
 (0)