From 288f6ccf6eee9208eeb02e4dd4745a8c47e97606 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 6 Jul 1998 15:45:19 +0000 Subject: StampedLogger now comes out of the Mailman.Logging.StampedLogger module (we should really create a mail driver similar to the CGI driver). --- scripts/request | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/request') diff --git a/scripts/request b/scripts/request index 4e9c6139f..0c907b6ec 100755 --- a/scripts/request +++ b/scripts/request @@ -29,10 +29,11 @@ import sys import paths from Mailman import MailList from Mailman import Utils +from Mailman.Logging.StampedLogger import StampedLogger try: - sys.stderr = Utils.StampedLogger("error", label = 'mailcmd', - manual_reprime=1) + sys.stderr = StampedLogger("error", label = 'mailcmd', + manual_reprime=1) except IOError: pass # Oh well - SOL on redirect, errors show thru. -- cgit v1.2.3-70-g09d2