about summary refs log tree commit diff
path: root/gn_auth/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/__init__.py')
-rw-r--r--gn_auth/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn_auth/__init__.py b/gn_auth/__init__.py
index cf8989d..aebc63b 100644
--- a/gn_auth/__init__.py
+++ b/gn_auth/__init__.py
@@ -72,7 +72,8 @@ def gunicorn_loggers(appl: Flask) -> None:
 
 _LOGGABLE_MODULES_ = (
     "gn_auth.errors",
-    "gn_auth.errors.tracing",
+    "gn_auth.errors.common",
+    "gn_auth.errors.authlib",
     "gn_auth.errors.http.http_4xx_errors",
     "gn_auth.errors.http.http_5xx_errors"
 )