[Zope-Coders] new zLOG
Toby Dickenson
tdickenson@geminidataloggers.com
Tue, 26 Nov 2002 17:56:07 +0000
On Tuesday 26 November 2002 3:23 pm, Chris McDonough wrote:
> I'm not sure what Toby means by this.
> Assuming he means the event logger is still "stupid"
The stupid part is having the Zope application server process write direc=
tly=20
into the log file. Its sensible to have that as an option, but it is stup=
id=20
for that to be Zope's default recommended way of doing event logging. It =
is=20
stupid to rely on that for a server where security is a concern.
>, that's not true
> anymore. Due entirely to Vinay Sajip, it can log to a file, syslog,
> http, nt event log, mail, and so on. It can log to them simultaneously
> to difference places as necessary and has lots of other knobs and
> dials. The ZLogger package, which previously handled syslog logging,
> has been removed from the Zope trunk as a result, and that duty has bee=
n
> moved into the event logger.
Yes, thats all good.