Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 26, 2024
1 parent 9b9c9e8 commit 387c33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragma-sdk/pragma_sdk/common/fetchers/fetcher_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def wrapped_fetch(f, i):
fetch_start = time.time()
result = await f.fetch(session)
fetch_time = time.time() - fetch_start
logger.info(
logger.debug(
f"Fetcher {i} ({f.__class__.__name__}) completed in {fetch_time:.2f}s"
)
return result
Expand Down

0 comments on commit 387c33c

Please sign in to comment.