how do I turn off tracebacks in production systems
How an I turn off trace backs on an exception in a production system I would rather mail this to the webmaster than a user see it. Any tips will be appreciated sathya ########################## necessity is the mother of invention ##########################
On Sun, Jun 11, 2000 at 11:16:09PM -0500, sathya wrote:
How an I turn off trace backs on an exception in a production system I would rather mail this to the webmaster than a user see it. Any tips will be appreciated
Switching off visible tracebacks: http://zdp.zope.org/projects/zfaq/faq/ZopeInstallation/959594145 Emailing on error: http://www.zope.org/Members/JohnC/StandardErrorMessage -- 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 ---------------------------------------------
sathya wrote:
How an I turn off trace backs on an exception in a production system I would rather mail this to the webmaster than a user see it. Any tips will be appreciated
Set the OS environment variable BOBO_DEBUG_MODE=0 _________________________________________________________ Andreas Heckel andreas@aHIT.de
On Mon, 12 Jun 2000, Andreas wrote:
sathya wrote:
How an I turn off trace backs on an exception in a production system I would rather mail this to the webmaster than a user see it. Any tips will be appreciated
Set the OS environment variable BOBO_DEBUG_MODE=0 Thanks ! also figured out this can be turned off in start or Zope.cgi depending on what you are using ########################## necessity is the mother of invention ##########################
participants (3)
-
Andreas -
Martijn Pieters -
sathya