Also, it's not standard behavior to get email on 4xx errors. That may be configurable in the middleware, or it may be buried inside the error handler code. But you can set up an Apache-style transaction log using the TransLogger middleware in paste.translogger; this will show 404 and other 400-level errors.
If you do set up email for 404s, you'll get a lot of spurious errors like: /index.php?q=;+SELECT+*+FROM_PASSWORD /majordomo/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /wiki/post?content=http://my-spam-site.com -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
