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. What is 'analog'?
I have Zope 2.8.8 and my Z2.log entries looks like: 127.0.0.1 - Anonymous [04/Oct/2006:23:17:06 +0200] "GET /manage HTTP/1.1" 401 546 "" "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7" I have no Z2.8.6 instance to compare but maybe you may try installing newer Zope 2.8.x (there should be no compatibility issues) and see if it helps. -- Maciej Wisniowski