Skip to content

Commit

Permalink
root: expand exception logging (#6690)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Aug 31, 2023
1 parent a8cd70c commit 1c1c1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authentik/root/settings.py
Expand Up @@ -402,6 +402,7 @@
structlog.stdlib.add_logger_name,
structlog.processors.TimeStamper(),
structlog.processors.StackInfoRenderer(),
structlog.processors.format_exc_info,
]

LOGGING = {
Expand Down

0 comments on commit 1c1c1cf

Please sign in to comment.