Skip to content

Commit

Permalink
Merge pull request #187 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
Add log info
  • Loading branch information
yuanzhou authored Mar 28, 2022
2 parents 7ab0296 + 1a88adb commit b54ce9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hubmap-auth/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ def api_access_allowed(item, request):

# Get user info and do further parsing
user_info = get_user_info_for_access_check(request, group_required)

logger.info("======user_info======")
logger.info(user_info)

# If returns error response, invalid header or token
if isinstance(user_info, Response):
Expand Down

0 comments on commit b54ce9c

Please sign in to comment.