summaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
authorbwarsaw2002-10-21 21:35:01 +0000
committerbwarsaw2002-10-21 21:35:01 +0000
commit8a34d51beb0ab8876d35aeab2bef72d1636e1e6f (patch)
tree46a93136723f27613394def9b606b04041d717f5 /cron
parent77856d4178c735d1a870aef060142877bc685be7 (diff)
downloadmailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.tar.gz
mailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.tar.zst
mailman-8a34d51beb0ab8876d35aeab2bef72d1636e1e6f.zip
Diffstat (limited to 'cron')
-rwxr-xr-xcron/gate_news2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/gate_news b/cron/gate_news
index d38a36c27..ee60c5d2c 100755
--- a/cron/gate_news
+++ b/cron/gate_news
@@ -56,7 +56,7 @@ signal.signal(signal.SIGCHLD, signal.SIG_DFL)
GATENEWS_LOCK_FILE = os.path.join(mm_cfg.LOCK_DIR, 'gate_news.lock')
-LogStdErr('error', 'gate_news', manual_reprime=0, tee_to_stdout=1)
+LogStdErr('error', 'gate_news', manual_reprime=0)
LOCK_LIFETIME = mm_cfg.hours(2)
NL = '\n'