[Zope] suppressing tracebacks
Oliver Skiebe
oliver.skiebe@gmx.net
Thu, 05 Sep 2002 20:50:48 +0200
ehhhm -=20
sorry for this one, but it doesn=B4t seem to work out -
so i=B4m setting an environment variable, f.i.
in /etc/profile (starting zope as root, i.e. nobody)...
like BOBO_DEBUG_MODE=3Dno
correct this far?
ps -ef gives me a
/.../z2.py -D -X -w <portnum>
manually specifying -D at start time ends up saying
/.../z2.py -D -X -w <portnum> -D
editing ./start so that zope is started like
/.../z2.py -X -w <portnum>
still gives me those darn tracebacks -
sorry again, no clue ...
thank you eternally for a hint,
oliver
> 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...
>=20
> 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.
>=20
> In fact, any digit or the string 'yes' or 'y' will have the same effect.
>=20
> Try:
>=20
> BOBO_DEBUG_MODE=3Dno
>=20
> Works for us.
>=20
> Steve
>=20
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>=20
_____
To understand recursion, we first have to understand recursion.
=20