[Zope] http GET messages

Dieter Maurer dieter@handshake.de
Tue, 13 Mar 2001 23:17:27 +0100 (CET)


Patrick Melo writes:
 > I have recently installed Red Hat Linux release 7.0 (Guinness).  I added
 > the Zope-zserver-2.3.0-1 and Zope-2.3.0-1 rpms from the 'Libc6 Contribs
 > for i386'.  It appears that all the requests are being logged in
 > /var/log/messages.  Is there some way I can change this to be something
 > like /etc/httpd/logs/access_log?  Here is a sample message:
You can change your "syslog" configuration ("/etc/syslog.conf").

Looking at the source, you will probably find a way to use
file logging rather than "syslog" logging.
I would search "z2.py" and (recursively) ZServer for "syslog"
to find the appropriate intervention place.


Dieter