Hi
I tried to enhance my test.tac file with
:
application = service.Application("test")
application.setComponent(ILogObserver, LogFile('test.log', '/var/log/',
rotateLength=10000).write)
:
The logfile is created but the log messages vanish into thin air, log
file size remains at zero.
What am I doing wrong?
TIA, Werner