Browse Source

Improve wording on log flag comment

pull/1838/head
beorn7 8 years ago
parent
commit
bf6201483c
  1. 2
      cmd/prometheus/config.go

2
cmd/prometheus/config.go

@ -239,7 +239,7 @@ func init() {
"Maximum number of queries executed concurrently.",
)
// Copy the flags from the log package into our own flag set.
// Flags from the log package have to be added explicitly to our custom flag set.
log.AddFlags(cfg.fs)
}

Loading…
Cancel
Save