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? ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
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. Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
In article <199905281437.KAA11585@anvil.murkworks.com>, Brad Clements <bkc@murkworks.com> writes
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.
That's what I initially thought. However, even after shutting Zserver down, the log remains 0 bytes. ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
participants (2)
-
Brad Clements -
Graham Chiu