[Zope] suppressing tracebacks

Steve Lay S.W.Lay@ucles-red.cam.ac.uk
Thu, 5 Sep 2002 14:15:21 +0100


At 23:43 +0200 2002-09-02, Oliver Skiebe wrote:
>i=B4m trying to suppress tracebacks in error messages in zope 2.5.1;
>fussing around with BOBO_DEBUG_MODE=3D0 and HTTP_TRACEBACK_STYLE=3Dnone
>didn=B4t do anything;
>seems like zope defaults to debug mode (setting -D 0 didn=B4t work either),
>which it shouldn=B4t do...

We solved this one just a couple of days ago.  Guess what?
BOBO_DEBUG_MODE=3D0 means turn on debugging.  Yep, and so does
BOBO_DEBUG_MODE=3D1.

In fact, any digit or the string 'yes' or 'y' will have the same effect.

Try:

BOBO_DEBUG_MODE=3Dno

Works for us.

Steve