We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TCPListener.listen()
1 parent bb21af7 commit 745458cCopy full SHA for 745458c
libp2p/transport/tcp/tcp.py
@@ -70,7 +70,7 @@ async def handler(stream: trio.SocketStream) -> None:
70
remote_host,remote_port = tcp_stream.get_remote_address()
71
await self.handler(tcp_stream)
72
except Exception as e:
73
- logger.error(f"Connection from {remote_host}:{remote_port} failed.")
+ logger.debug(f"Connection from {remote_host}:{remote_port} failed.")
74
75
listeners = await nursery.start(
76
serve_tcp,
0 commit comments