I'd like to disable tracebacks from showing up in Zope exceptions (especially on 404s). I know zope.org does this; how can I? Is there a flag I can set somewhere? -- Matt Behrens <matt@zigg.com> Owner/Administrator, zigg.com
On Sat, Jun 24, 2000 at 12:19:27PM -0400, Matt Behrens wrote:
I'd like to disable tracebacks from showing up in Zope exceptions (especially on 404s). I know zope.org does this; how can I? Is there a flag I can set somewhere?
From the ZDP FAQ: "How do I disable the display of these long tracebacks in error messages?":
http://zdp.zope.org/projects/zfaq/faq/ZopeInstallation/959594145/ -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
On Sat, Jun 24, 2000 at 06:31:43PM +0200, Martijn Pieters wrote:
On Sat, Jun 24, 2000 at 12:19:27PM -0400, Matt Behrens wrote:
I'd like to disable tracebacks from showing up in Zope exceptions (especially on 404s). I know zope.org does this; how can I? Is there a flag I can set somewhere?
From the ZDP FAQ: "How do I disable the display of these long tracebacks in error messages?":
http://zdp.zope.org/projects/zfaq/faq/ZopeInstallation/959594145/
That's cool, but that just comments out the tracebacks. How can I make them disappear entirely? Or is that code hacking :-) (I just noticed zope.org is just commenting them too...) -- Matt Behrens <matt@zigg.com> Owner/Administrator, zigg.com
Matt Behrens wrote:
That's cool, but that just comments out the tracebacks. How can I make them disappear entirely? Or is that code hacking :-) (I just noticed zope.org is just commenting them too...)
http://zope.nipltd.com/public/lists/zope-archive.nsf/ByKey/ECACFFAB06D4E55E I think answers your question: I found it by searching for the word "traceback" at the mailing list archives maintained by our NIP friends: They are linked from the Mailing List pages on Zope.org. Hope that helps, -- ethan mindlace fremen Zopatista Community Liason
participants (3)
-
ethan mindlace fremen -
Martijn Pieters -
Matt Behrens