summaryrefslogtreecommitdiff
path: root/src/mailman/core/logging.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-12-05 09:46:50 -0500
committerBarry Warsaw2009-12-05 09:46:50 -0500
commitaf33fabf7e10cb42ab6802b8a222670b2b7037f0 (patch)
treec4904b2e73c6d14586c4a7fd280846e385368622 /src/mailman/core/logging.py
parentc3870d1137595fae0352b58a64dd9277a4c55cff (diff)
downloadmailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.gz
mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.zst
mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.zip
Diffstat (limited to 'src/mailman/core/logging.py')
-rw-r--r--src/mailman/core/logging.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/core/logging.py b/src/mailman/core/logging.py
index b1aa9666e..cd88c59aa 100644
--- a/src/mailman/core/logging.py
+++ b/src/mailman/core/logging.py
@@ -130,7 +130,8 @@ 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 qrunners are not run as a subprocess of mailmanctl.
+ # when the queue 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.