AMO:Logging: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(added Contribution not found IPN warnings)
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|-
|-
| z.users || INFO || $user changed their password successfully using the reset form
| 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 updated their profile
Line 22: Line 24:
|-
|-
| z.users || DEBUG || $user logged out
| 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.
|}
|}

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.