-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The current implementation of logging has a few problems:
- The
login_sucessmessage is contained inerror_messageson theBaseBackend, which is confusing - The message strings are translated, even though they are only (?) used for logging, which means they end up translated in log aggregating systems
- The logging calls are wrapped in a way that makes it impossible to pass arguments to the
extraparemeter of theloggercalls. This is important because we want to pass arguments toextracontaining information about the context of the particularloggercall
Metadata
Metadata
Assignees
Labels
No labels