diff options
Diffstat (limited to 'src/mailman/core/logging.py')
| -rw-r--r-- | src/mailman/core/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/logging.py b/src/mailman/core/logging.py index c1db8a55e..21c86a725 100644 --- a/src/mailman/core/logging.py +++ b/src/mailman/core/logging.py @@ -104,7 +104,7 @@ def _init_logger(propagate, sub_name, log, logger_config): log_format = logger_config.format log_datefmt = logger_config.datefmt # Propagation to the root logger is how we handle logging to stderr - # when the runners are not run as a subprocess of 'bin/mailman start'. + # when the runners are not run as a subprocess of 'mailman start'. log.propagate = (as_boolean(logger_config.propagate) if propagate is None else propagate) # Set the logger's level. |
