diff options
| author | Barry Warsaw | 2013-08-27 22:00:42 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-08-27 22:00:42 -0400 |
| commit | c175a7036261383b8e3440b5995886674f3f4d7c (patch) | |
| tree | c5d033cf63465aa1b7cdb3faef2dd04e2604b3dd /src/mailman/testing/layers.py | |
| parent | 41059ed20ec668baf41cceaf539f8017171e9651 (diff) | |
| parent | 275748b9ca16ae16fdb0d6fc89dcdb4b2a0b2a35 (diff) | |
| download | mailman-c175a7036261383b8e3440b5995886674f3f4d7c.tar.gz mailman-c175a7036261383b8e3440b5995886674f3f4d7c.tar.zst mailman-c175a7036261383b8e3440b5995886674f3f4d7c.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 |
