summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/api.py b/api.py
index 1415be9..173c053 100755
--- a/api.py
+++ b/api.py
@@ -108,7 +108,8 @@ class AccessChecker:
logging.error('Authorization header does not contain a Bearer token')
return None
- logging.debug('Got an access token from Authorization header')
+ logging.debug(
+ 'Got an access token from Authorization header: %s', token_text)
return token_text