[Zope] Log file settings
Farrell, Troy
troy.farrell@wilcom.com
Thu, 31 Aug 2000 11:23:17 -0500
From z2.py:
# Location of the ZServer log file. This file logs all ZServer activity.
# You may wish to create different logs for different servers. See
# medusa/logger.py for more information.
if not os.path.isabs(LOG_FILE):
LOG_PATH=os.path.join(CLIENT_HOME, LOG_FILE)
else:
LOG_PATH=LOG_FILE
I hope your python is better than mine!
Troy Farrell
-----Original Message-----
From: Marcus Mendes [mailto:mvmendes@emdata.com.br]
Sent: Wednesday, August 30, 2000 8:57 AM
To: zope@zope.org
Subject: [Zope] Log file settings
Hello,
How can i set options for z2.log, as what informations i want etc? I
d'ont need, for example, information about FTP at the same log file.
Thanks.
Marcus Mendes
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )