Re: [Zope-dev] logging crash

2002-01-30 Thread Leonardo Rochael Almeida
On Wed, 2002-01-30 at 03:43, Terry Kerr wrote: [...] 2002-01-30T02:02:02 ERROR(200) ZServer uncaptured python exception, closing channel zhttp_channel connected 24.237.103.242:4496 at 8a2b88c channel#: 5927 requests: (exceptions.AttributeError:'None' object has no attribute 'split'

Re: [Zope-dev] logging crash

2002-01-30 Thread Dieter Maurer
Terry Kerr writes: ... 2002-01-30T02:02:02 ERROR(200) ZServer uncaptured python exception, closing channel zhttp_channel connected 24.237.103.242:4496 at 8a2b88c channel#: 5927 requests: (exceptions.AttributeError:'None' object has no attribute 'split' I use ZopeCVS (similar to Zope

[Zope-dev] logging crash

2002-01-29 Thread Terry Kerr
Hi, I have modified ZServer/medusa/http_server.py::http_request.log() so that the host is tacked onto the end of the log file. This is so that I can track my virtual hosts. The modification is very simple...only two lines added as shown by the *: * host=self.get_header('host')