I'm deploying with paste and after the server gets restarted (to
rotate logs or code change) all the debug reports are lost and return
500.

And something like _debug/view/1261615854 doesnt' work anymore.

As far as I can see it, the reason is fairly simple - all of this info
is kept in memory and cleaned upon stoping the server. Is there any
way to preserve it? I'm aware that debug URLs are only meant for
development and not for production, still the interactive debug is too
good to abandon it, so I rewrote some of the pylons error handling to
make it display the regular 500 page to the user, but still create a
interactive debug and send the link to it to the email.

Thanks

-- 
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.

Reply via email to