[Zope] Re: unexplained shutdown

Josef Meile jmeile@hotmail.com
Fri, 11 Oct 2002 13:15:57 +0200


Why don't you set up the STUPID_LOG_FILE of zope? With the
Z2.log you don't get the error messages and traces. Add this to
your start script:

STUPID_LOG_FILE=/usr/local/myZopeDir/var/zopeapp.log
export STUPID_LOG_FILE

With this approach, instead of lots of messages in your console, all of
them will be stored in the zopeapp.log file, which you can look after
your system crashes.

Note that you have to replace "/usr/local/myZopeDir/" with the path
where your Zope is.

Hope it helps,
regards,
Josef.