Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Sep 27, 2023
1 parent 1c4034c commit 92c693b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fence/blueprints/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ def get_token(*args, **kwargs):
See the OpenAPI documentation for detailed specification, and the OAuth2
tests for examples of some operation and correct behavior.
"""
logger.debug(flask.request.form)
logger.debug(flask.request.args)
logger.debug(flask.request.__dict__)
try:
# Delete after testing temporary logs
Expand Down

0 comments on commit 92c693b

Please sign in to comment.