Skip to content

Commit 5a64526

Browse files
committed
pyproject
1 parent 23abe85 commit 5a64526

File tree

4 files changed

+245
-1
lines changed

4 files changed

+245
-1
lines changed

oauthclient/credentialutil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class credentialutil(object):
4141

4242
@classmethod
4343
def load(cls, app_config_path):
44-
logger.info("Loading credential configuration file at: %s", app_config_path)
44+
logger.debug("Loading credential configuration file at: %s", app_config_path)
4545
with open(app_config_path, 'r') as f:
4646
if app_config_path.endswith('.yaml') or app_config_path.endswith('.yml'):
4747
content = yaml.load(f)

0 commit comments

Comments
 (0)