Skip to content
Snippets Groups Projects
Commit 9fce6c8e authored by Mart van Santen's avatar Mart van Santen
Browse files

Add some debug

parent e5cb358f
No related branches found
No related tags found
No related merge requests found
......@@ -245,8 +245,8 @@ def consent():
app_id = consent_client.get('client_id')
# False positive: pylint: disable=no-member
kratos_id = consent_request.subject
current_app.logger.error(f"Info: Found kratos_id {kratos_id"})
current_app.logger.error(f"Info: Found app_id {app_id"})
current_app.logger.error(f"Info: Found kratos_id {kratos_id}")
current_app.logger.error(f"Info: Found app_id {app_id}")
except Exception as error:
current_app.logger.error(f"Error: Unable to extract information from consent request")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment