[Zope] "DeprecationWarning" breaks the socket connection?

Joachim Werner joe@iuveno-net.de
Wed, 15 Aug 2001 21:33:38 +0200


> 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