chore: logging

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:32 +02:00
parent 4fae78a090
commit e42cabb6ed
2 changed files with 2 additions and 292 deletions
+2 -2
View File
@@ -698,9 +698,9 @@ async def interactive_oauth_token() -> str:
},
)
logger.info(f"Token response: {token_response.text}")
logger.debug(f"Token response: {token_response.text}")
token_data = token_response.json()
logger.info(f"Token data: {token_data}")
logger.debug(f"Token data: {token_data}")
access_token = token_data.get("access_token")
# Shut down the server