diff options
| author | Barry Warsaw | 2013-09-03 10:46:15 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-09-03 10:46:15 -0400 |
| commit | b61c82e59655ed7090ecd7bbd6b0503ff305a9e4 (patch) | |
| tree | b4244c9e37bb57fe4efa06db00dcd04634e0ae64 /src/mailman/testing/layers.py | |
| parent | f771f80d58a62b2a1eeffa9ff46d217c4760c69d (diff) | |
| parent | 6644023236f207652519a430109a1f6f2893370f (diff) | |
| download | mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.tar.gz mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.tar.zst mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.zip | |
trunk merge
Diffstat (limited to 'src/mailman/testing/layers.py')
| -rw-r--r-- | src/mailman/testing/layers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/testing/layers.py b/src/mailman/testing/layers.py index e47d5c9e0..6d150815f 100644 --- a/src/mailman/testing/layers.py +++ b/src/mailman/testing/layers.py @@ -154,7 +154,7 @@ class ConfigLayer(MockAndMonkeyLayer): continue logger_name = 'mailman.' + sub_name log = logging.getLogger(logger_name) - log.propagate = True + #log.propagate = True # Reopen the file to a new path that tests can get at. Instead of # using the configuration file path though, use a path that's # specific to the logger so that tests can find expected output |
