log setup handler
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Roy Olav Purser 2022-04-03 14:37:04 +02:00
parent 9233083f04
commit 98924eb867
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -79,6 +79,7 @@ class UpstreamHandler:
for future in asyncio.as_completed(futures):
success, current = await future
if success:
logger.info(current)
self.proxy = current
break
for future in futures: