Skip to content

Commit 3ea49c5

Browse files
author
Evan Roman
committed
log
1 parent 1521e98 commit 3ea49c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workers/proxy_worker/start_worker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def start():
5757
logger.info(
5858
'Starting proxy worker. Worker ID: %s, Request ID: %s, Host Address: %s:%s',
5959
args.worker_id, args.request_id, args.host, args.port)
60+
logger.debug('Using event loop: %s', type(asyncio.get_event_loop()))
6061

6162
try:
6263
return asyncio.run(start_async(

0 commit comments

Comments
 (0)