Skip to content

Commit a7ab01e

Browse files
committed
Fixing typo in twistd options
1 parent 5988239 commit a7ab01e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/carbon/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,11 @@ def get_default_parser(usage="%prog [options] <start|stop|status>"):
506506
help="Manage a specific carbon instance")
507507
parser.add_option(
508508
"--logfile",
509-
default='None',
509+
default=None,
510510
help="Log to a specified file, - for stdout")
511511
parser.add_option(
512512
"--logger",
513-
default='None',
513+
default=None,
514514
help="A fully-qualified name to a log observer factory to use for the initial log "
515515
"observer. Takes precedence over --logfile and --syslog (when available).")
516516
return parser

0 commit comments

Comments
 (0)