OK, first we have to know the levels hierarchy at
http://docs.python.org/lib/module-logging.html

Then we realize that CherryPy logs all "500 Internal error" requests
as INFO level, so we set that level in our prod.cfg.

What is annoying about this is that it logs ALL requests, when all I
wanted was to log the ERROR requests. But no luck so far.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to