Skip to content

Commit

Permalink
Merge pull request #12 from oreillymedia/increase-log-level
Browse files Browse the repository at this point in the history
UA-3350 | increased log level
  • Loading branch information
kdallege authored Jan 30, 2024
2 parents db4f053 + a1e20e0 commit 116256b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oidc_provider/lib/endpoints/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def validate_requested_scopes(self):
if scope_requested in self.client.scope:
token_scopes.append(scope_requested)
else:
logger.debug('[Token] The request scope %s is not supported by client %s',
logger.error('[Token] The request scope %s is not supported by client %s',
scope_requested, self.client.client_id)
raise TokenError('invalid_scope')
# if no scopes requested assign client's scopes
Expand Down
2 changes: 1 addition & 1 deletion oidc_provider/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.2+orm'
__version__ = '0.8.3+orm'

0 comments on commit 116256b

Please sign in to comment.