We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5988239 commit a7ab01eCopy full SHA for a7ab01e
1 file changed
lib/carbon/conf.py
@@ -506,11 +506,11 @@ def get_default_parser(usage="%prog [options] <start|stop|status>"):
506
help="Manage a specific carbon instance")
507
parser.add_option(
508
"--logfile",
509
- default='None',
+ default=None,
510
help="Log to a specified file, - for stdout")
511
512
"--logger",
513
514
help="A fully-qualified name to a log observer factory to use for the initial log "
515
"observer. Takes precedence over --logfile and --syslog (when available).")
516
return parser
0 commit comments