Skip to content

Commit

Permalink
bump down logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
mkangia committed Aug 22, 2024
1 parent e76743c commit 38f98e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hq_superset/oauth2_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def save_token(token: dict, request: FlaskOAuth2Request) -> None:
def config_oauth2(app):
authlib_logger = logging.getLogger('authlib')
authlib_logger.addHandler(logging.StreamHandler(sys.stdout))
authlib_logger.setLevel(logging.DEBUG)
authlib_logger.setLevel(logging.INFO)

authorization.init_app(app)
authorization.register_grant(grants.ClientCredentialsGrant)
Expand Down

0 comments on commit 38f98e3

Please sign in to comment.