26 Sep
2003
26 Sep
'03
5:54 p.m.
Andreas Tille wrote at 2003-9-26 09:13 +0200:
today I had to deal with an access error and wanted to write a little cron job which informs me via mail that something was wrong at my Zope site. I do so for apache and did not expect any problem her but this seemed naive ...
The only documentation I was able to find about writing error logs in Zope was
The document "LOGGING.txt" in the directory "doc" of your Zope distribution may be a better resource ("Debian" may have put the "doc" directory somewhere else).
... Creating your own Zope logger is easy. Simply define a logger class with the following interface: ...
You find this, too, in "doc/LOGGING.txt". However, read the easy part and skip the difficult one ;-) Dieter