Ensure sub logging dict attritbutes will be there

emit_clear_ticks_only_on_ts_change
jaredgoldman 2023-03-27 22:08:55 -04:00
parent 8af5fe3c64
commit a7e668f852
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ async def stream_quotes(
tasks.append(make_sub(kucoin_sym, connect_id, level='l1'))
for task in tasks:
log.info(f'Subscribing to {task.level} feed for {sym}')
log.info(f'Subscribing to {task["topic"]} feed for {sym}')
await ws.send_msg(task)
yield