Hello all, I have two questions. Firstly, when the configuration setting "debug" is false, server error stack traces are dumped (with lots of great information, BTW) into stderr. Is there a way to customise this and send it to a separately configured Python logging target?
Just grabbing stderr and looking at that is awkward for me as I want to send stack traces to a remote syslog server, while ignoring the warnings SQLAlchemy also spits out into stderr... Secondly, is there a way to produce an Apache-style access log - it doesn't necessarily have to be NCSA formatted, just a way to see which URLs are being hit and response times if possible. Thanks! James
-- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

