Skip to content

Commit 857d969

Browse files
committed
Add missing space in zap-log-level flag docs
1 parent 1746027 commit 857d969

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)