AMO:Logging: Difference between revisions
Jump to navigation
Jump to search
(added z.amo logging) |
(added Contribution not found IPN warnings) |
||
Line 30: | Line 30: | ||
|- | |- | ||
| z.amo || ERROR || Thankyou note email failed with error: $error | | z.amo || ERROR || Thankyou note email failed with error: $error | ||
|- | |||
| z.amo || WARNING || Contribution (uuid=$item_number) not found for initial IPN request. | |||
|- | |||
| z.amo || WARNING || Contribution (uuid=$item_number) not found for repeated IPN request. | |||
|} | |} |
Latest revision as of 22:11, 24 March 2010
AMO Logging
We are running with the default python logging levels.
Namespace | Level | Action |
---|---|---|
z.users | INFO | A password reset email was sent for $user |
z.users | INFO | $user changed their password successfully |
z.users | INFO | $user changed their password successfully using the reset form |
z.users | INFO | $user requested email change from $email1 -> $email2 |
z.users | DEBUG | $user updated their profile |
z.users | DEBUG | $user logged in successfully |
z.users | DEBUG | $user logged in successfully and requested "remember me" |
z.users | DEBUG | $user tried and failed to log in |
z.users | DEBUG | $user logged out |
z.amo | DEBUG | Blacklisted email removed from list: $email |
z.amo | ERROR | send_mail failed with error: $error |
z.amo | ERROR | Thankyou note email failed with error: $error |
z.amo | WARNING | Contribution (uuid=$item_number) not found for initial IPN request. |
z.amo | WARNING | Contribution (uuid=$item_number) not found for repeated IPN request. |