[Zope-Coders] new zLOG
Chris McDonough
chrism@zope.com
26 Nov 2002 13:04:14 -0500
On Tue, 2002-11-26 at 12:56, Toby Dickenson wrote:
> The stupid part is having the Zope application server process write directly
> into the log file. Its sensible to have that as an option, but it is stupid
> for that to be Zope's default recommended way of doing event logging. It is
> stupid to rely on that for a server where security is a concern.
Ah I see. Yes, I agree. I think the use of the STUPID_LOG_FILE envvar
in all Zope-related applications should die entirely, and each should
rely on its own configuration settings, the default being to log to an
appropriate system log (syslog, nt event log, etc). But that's a
conversation I dont think any of us have time for at the moment.
- C