root: expand exception logging (#6690)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
a8cd70cb63
commit
1c1c1cf5da
|
@ -402,6 +402,7 @@ LOG_PRE_CHAIN = [
|
||||||
structlog.stdlib.add_logger_name,
|
structlog.stdlib.add_logger_name,
|
||||||
structlog.processors.TimeStamper(),
|
structlog.processors.TimeStamper(),
|
||||||
structlog.processors.StackInfoRenderer(),
|
structlog.processors.StackInfoRenderer(),
|
||||||
|
structlog.processors.format_exc_info,
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGGING = {
|
LOGGING = {
|
||||||
|
|
Reference in New Issue