Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3d23cc5

Browse files
lukehindsjhrozek
authored andcommitted
Help proxy startup standout in logs
1 parent 7e3a723 commit 3d23cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/providers/copilot/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ async def create_proxy_server(
375375
server = await loop.create_server(
376376
lambda: cls(loop), host, port, ssl=ssl_context, reuse_port=True, start_serving=False
377377
)
378-
logger.debug(f"Proxy server running on {host}:{port}")
378+
logger.debug(f"Proxy server running on https://{host}:{port}")
379379
return server
380380

381381
@classmethod

0 commit comments

Comments
 (0)