15 Aug
2001
15 Aug
'01
7:33 p.m.
a Zope-2.4 one. There is "DeprecationWarning" dumped to the console. And the connection between zope and the browser is then broken. Is there any way to suppress the warining? or any workaround?
If you get that, you should consider running your server detached from the console. The easiest way to do so is this (under Unix): nohup ./start & If you don't do that, any print statement to the console will break your connection as soon as the initial shell window has been closed, regardless whether you run in debug mode or not. Joachim