11 Oct
2002
11 Oct
'02
11:15 a.m.
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.