17 Nov
2004
17 Nov
'04
6:20 p.m.
On Wed, 2004-11-17 at 19:05 +0100, Florent Guillaume wrote:
In article <20041117122013.U84@warpix.org> you write:
If Zope fails to start up none of its error msgs are recorded in event.log.
This sucks.
Is this to be expected and if so how can I record why it has failed?
I don't know if a bug has been filed about this.
Zope doesn't log anything until it is able to get to the point where it sets the effective uid. This is of course useless on Windows and in most cases on UNIX when you're not running Zope under the root account. If anyone has some patches which preserves the spirit of this behavior but allows logging to happen sooner, they're welcome.
To see the errors, you can start it once using: bin/zopectl fg
Or bin/runzope. - C