10 Mar
2005
10 Mar
'05
8:11 p.m.
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.