-----Original Message----- From: Brad Clements [mailto:bkc@murkworks.com] Sent: Friday, May 28, 1999 10:40 AM To: zope@zope.org Subject: Re: [Zope] Web server logs for Zserver
On 28 May 99, at 14:29, Graham Chiu wrote:
I was trying to find where Zserver logs server activity, and came across the zserver.log in my zope\var directory (win32).
However, it's only 0 bytes long.
Suggestions?
The file is still open and being written to by Zope. Because it's not opened "shared", and not flushed, you can neither read it nor see that it's actually more than 0 bytes.
When you shutdown zope, it'll be non-zero and readable.
So who wants to patch this? I think th OS will do a dandy job of buffering it effectivly and we can then use the logs in real time. volunteers? -Michel
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )