Skip to content

Commit 12ddac1

Browse files
authored
refactor: change log level (#582)
1 parent 8163354 commit 12ddac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lean/components/util/auth0_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_authorization(auth0_client: Auth0Client, brokerage_id: str, logger: Logg
3636

3737
# keep checking for new data every 5 seconds for 7 minutes
3838
while time() - start_time < 420:
39-
logger.info("Will sleep 5 seconds and retry fetching authorization...")
39+
logger.debug("Will sleep 5 seconds and retry fetching authorization...")
4040
sleep(5)
4141
data = auth0_client.read(brokerage_id)
4242
if data.authorization is None:

0 commit comments

Comments
 (0)