summaryrefslogtreecommitdiff
path: root/src/mailman/core/logging.py
diff options
context:
space:
mode:
authorAbhilash Raj2015-03-12 21:50:52 +0530
committerAbhilash Raj2015-03-12 21:50:52 +0530
commit8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (patch)
tree613186c3d8d1c777904e13d7506989e8e610975c /src/mailman/core/logging.py
parent53b1f69726f97193638f1acf248646f7c8b28fe9 (diff)
downloadmailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.gz
mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.zst
mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.zip
Diffstat (limited to 'src/mailman/core/logging.py')
-rw-r--r--src/mailman/core/logging.py2
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.