Enabling logging under ZServer is simple enough and fully documented in the doc/LOGGING.txt file. Where does one set the STUPID_FILE_LOGGER environment variable when running with pcgi under Apache? Do you simply set it in the Zope.cgi script? Cheers, Darran.
On Tue, 18 Jan 2000, Darran Edmundson wrote:
Enabling logging under ZServer is simple enough and fully documented in the doc/LOGGING.txt file. Where does one set the STUPID_FILE_LOGGER environment variable when running with pcgi under Apache? Do you simply set it in the Zope.cgi script?
Why do you need it at all? Apache do logging very good, in very customizeable ways... Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
Why do you need it at all? Apache do logging very good, in very customizeable ways...
Two reasons: (1) I don't have access to the Apache logs and (2) I want to debug my Zope code with the logger product and <dtml log></dtml-log> tags without having this info getting served to the enduser (either explicitly or hidden in an html comment). Cheers, Darran.
participants (2)
-
Darran Edmundson -
Oleg Broytmann