diff options
| author | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
| commit | 4be0e93b771e440dd9b59f418cddc4f59f98be42 (patch) | |
| tree | 86d0fc7b8525081213a9e0d985797c5317ec3f94 /src/mailman/testing/layers.py | |
| parent | 41059ed20ec668baf41cceaf539f8017171e9651 (diff) | |
| download | mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.gz mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.zst mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.zip | |
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 |
