17 Sep
2006
17 Sep
'06
7:11 p.m.
Martijn Pieters wrote:
On 9/17/06, Richard Downing <richard@langside.org.uk> wrote:
Is there a way to run zope in the foreground, but not in debug mode? Debug means that it runs very slowly, and I want to run it under the control of a supervisor (runit).
zopectl fg forces the debug setting; use runzope instead, especially when you are using your own supervisor.
Thanks. It works. R.