AMO:Logging: Difference between revisions
Jump to navigation
Jump to search
m (→AMO Logging) |
m (→AMO Logging) |
||
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 |
Revision as of 23:17, 16 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 |