diff --git a/authentik/root/settings.py b/authentik/root/settings.py index ea6b37f9d..b00787467 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -399,7 +399,6 @@ LOG_PRE_CHAIN = [ # is not from structlog. structlog.stdlib.add_log_level, structlog.stdlib.add_logger_name, - structlog.processors.dict_tracebacks, structlog.processors.TimeStamper(), structlog.processors.StackInfoRenderer(), ]