Open
Description
Sopel has never been great about logging what IP it's trying to connect, though it used to log at least the host and port in 7.x:
Line 173 in 81b5e11
As of 8.0-dev, with the asyncio
rewrite, not even that much gets logged.
Lines 389 to 407 in 8b098bf
I s(o)pelunked the code path from there through asyncio
and ssl
in CPython, and didn't find any logging calls we could tweak Sopel's log handlers to catch. I have a feeling that getting something useful will be a bit involved and it's awfully late in the 8.0 cycle to start on this. Milestoned for 8.1, optimistically.