[Zope] Re: Installing Products with Errors in Zope 2.7.4
Michael Dunstan
michael at looma.co.nz
Thu Mar 10 15:11:14 EST 2005
On 11/03/2005, at 8:35, Tres Seaver wrote:
> When debugging a starup problem, I always start the appserver in the
> foreground, with debug-mode turned on; I then Ctrl-C to kill the
> foreground process (once it *does* start) and restart it in the
> background.
>
> The only glitch I see in this approach is that I think starting Zope in
> the foreground (via 'zopectl fg') should automatically turn on
> debug-mode; then I wouldn't need to edit zope.conf, and then re-edit
> it
> when done.
You can override zope.conf values when using runzope. For example::
runzope -X "debug-mode=on"
Would be useful to be able to do the same with zopectl.
More information about the Zope
mailing list