We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8163354 commit 12ddac1Copy full SHA for 12ddac1
1 file changed
lean/components/util/auth0_helper.py
@@ -36,7 +36,7 @@ def get_authorization(auth0_client: Auth0Client, brokerage_id: str, logger: Logg
36
37
# keep checking for new data every 5 seconds for 7 minutes
38
while time() - start_time < 420:
39
- logger.info("Will sleep 5 seconds and retry fetching authorization...")
+ logger.debug("Will sleep 5 seconds and retry fetching authorization...")
40
sleep(5)
41
data = auth0_client.read(brokerage_id)
42
if data.authorization is None:
0 commit comments