From 98924eb8672af8619ff3b91b6e86d5af4dbdb98b Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Sun, 3 Apr 2022 14:37:04 +0200 Subject: [PATCH] log setup handler --- backend/stream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/stream.py b/backend/stream.py index e9bb196..4aa2355 100755 --- a/backend/stream.py +++ b/backend/stream.py @@ -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: