Skip to content

Commit

Permalink
set iris client init log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocepedaw authored Mar 31, 2022
1 parent 3c8ffac commit 500822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iris/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, base, version=0, iris_app=None, iris_app_key=None):

if iris_app and iris_app_key:
self.auth = IrisAuth(iris_app, iris_app_key)
logger.info('Initializing iris api client with auth using app %s', iris_app)
logger.debug('Initializing iris api client with auth using app %s', iris_app)
else:
logger.warning('Initializing iris api client without auth')

Expand Down

0 comments on commit 500822a

Please sign in to comment.