Skip to content

Commit ed054c6

Browse files
committed
More context in logging
1 parent f994725 commit ed054c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pubwatch/price_monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ async def request_deviations_kupo(monitor_url: str, feeds: dict, local: bool):
263263
if not pairs_to_request.get("feeds"):
264264
logger.info("not requesting any updated pairs from kupo...")
265265
return
266+
logger.info("pairs to request: %s", pairs_to_request)
266267
await request_new_prices(pairs_to_request=pairs_to_request, local=local)
267268

268269

0 commit comments

Comments
 (0)