Skip to content

Commit 699d87c

Browse files
authored
Merge pull request #704 from deniszh/DZ-Oops
Fixing typo in twistd options
2 parents 5988239 + a7ab01e commit 699d87c

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)