diff options
| author | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
| commit | a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f (patch) | |
| tree | ee30bf86419ee964d081897ddc2d4e7ed0b6e976 /src/mailman/core/logging.py | |
| parent | d7e96af25e7ae428cf07d9170a4cb01c9022eae2 (diff) | |
| parent | 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (diff) | |
| download | mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.gz mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.zst mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.zip | |
Diffstat (limited to 'src/mailman/core/logging.py')
| -rw-r--r-- | src/mailman/core/logging.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/core/logging.py b/src/mailman/core/logging.py index c1db8a55e..7c80037f6 100644 --- a/src/mailman/core/logging.py +++ b/src/mailman/core/logging.py @@ -103,8 +103,8 @@ def _init_logger(propagate, sub_name, log, logger_config): # Get settings from log configuration file (or defaults). 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'. + # Propagation to the root logger is how we handle logging to stderr 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. |
