On Jan 6, 6:02 am, Ahmed <[email protected]> wrote: > "git push web" for deploying .. really cool), but was wondering if I > will ever have to do a debug on the production machine itself in a > case of a bug?? Can I do another wsgi script but using the
Take a look at pyramid_exclog. It will mail any exception generated to you so that you can have production.ini using that, and development.ini set to use weberror or whatever debugging system you use. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
