Hello, For some reason no matter what I try when in production mode the errors are not being sent to me. Is there a guide/tutorial on how to get any errors sent to you when in production?
The primary reason is my application is generating and error, and no messages are being logged to my hosts error logs, also I am not getting an email even though I have the settings in production.ini (if they are correct?) [filter:weberror] use = egg:WebError#error_catcher debug = false ;error_log = %(here)errors.txt ;show_exceptions_in_wsgi_errors = true smtp_server = mail.wadecybertech.com error_email = [email protected] smtp_username = [email protected] smtp_password = HIDDEN_PASSWORD ;from_address = paste@localhost ;error_subject_prefix = "Pyramid Error" ;smtp_use_tls = ;error_message = -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- 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.
