Open
Description
Important operations should log messages:
- user signup
- send confirmation email
- confirm email address
Debug logs are useful for troubleshooting:
- authentication failure
- authentication success
- error with confirmation token
Implementation: stdlib logging is the most generic, but structlog is IMO a much better way (combined with smart log collectors rather that infinite flat files).