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