Skip to content

Commit

Permalink
Update comment in confd.go regarding logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Nov 3, 2013
1 parent 4c2a0ef commit 0c86396
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions confd.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ func main() {
// override configuration settings from the command line. Parse the flags now
// to make them active.
flag.Parse()
// Non-error messages are not printed by default, enable them now.
// If the "-q" flag was passed on the command line non-error messages will
// not be printed.
// Configure logging. While you can enable debug and verbose logging, however
// if quiet is set to true then debug and verbose messages will not be printed.
log.SetQuiet(quiet)
log.SetVerbose(verbose)
log.SetDebug(debug)
Expand Down

0 comments on commit 0c86396

Please sign in to comment.