diff options
| author | bwarsaw | 1999-04-16 02:28:01 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-04-16 02:28:01 +0000 |
| commit | 0bce3a95cb9e2deff06ffaace47664a18b0c50ed (patch) | |
| tree | bd5f9f796ecd93511a74d9aa620f02f43562b621 | |
| parent | dd837c94d95dddcdb7771f341a84efb69de98c9e (diff) | |
| download | mailman-0bce3a95cb9e2deff06ffaace47664a18b0c50ed.tar.gz mailman-0bce3a95cb9e2deff06ffaace47664a18b0c50ed.tar.zst mailman-0bce3a95cb9e2deff06ffaace47664a18b0c50ed.zip | |
| -rw-r--r-- | Mailman/Logging/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Logging/Utils.py b/Mailman/Logging/Utils.py index 363199974..eb8c175e0 100644 --- a/Mailman/Logging/Utils.py +++ b/Mailman/Logging/Utils.py @@ -33,7 +33,7 @@ def LogStdErr(category, label, manual_reprime=1, tee_to_stdout=1): from StampedLogger import StampedLogger from MultiLogger import MultiLogger try: - sys.stderr = StampedLogger('error', + sys.stderr = StampedLogger(category, label=label, manual_reprime=1, nofail=0) |
