2009/5/13 Jonas Galvez <[email protected]>:
>
> Will
>
> web.webapi.internalerror = web.emailerrors('jo...@...',
> web.debugerror)
>
> Work with web 0.3? I need to disable the debug page of an application
> in production already.
Try this if you want to disable debug error, but want to get the debug
error as email:
app.internalerror = web.emailerrors('jo...@...', web.webapi._InternalError)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---