16 Nov
2006
16 Nov
'06
4:46 a.m.
--On 15. November 2006 16:37:33 -0500 Sascha Adler <sascha.adler2@gmail.com> wrote:
I'm running an instance of Zope 2.8.6, and I'm stumbling into a problem with the format of Z2.log. Unlike an Apache log, which would have the format
%S - %u ...
Z2.log appears to have the format
%S- %u ...
The lack of the space following %S causes analog to choke on an address that contains a hyphen in it, and in my case, analog cannot read half of Z2.log. I've tried looking up how to change the format Z2.log comes in, but I haven't found anything useful. Is there any way to work around this?
No idea what you're talking about. The Z2.log contains a space between the client address and the minus sign - at least for Zope 2.8+. -aj