Luminarys / synapse

Synapse BitTorrent Daemon
https://synapse-bt.org
ISC License
855 stars 48 forks source link

Failed to query tracker ...: tracker timeout #215

Open kpcyrd opened 3 years ago

kpcyrd commented 3 years ago

After startup my synapse log is mostly those 3 different messages :)

E: Failed to query tracker ...: tracker timeout
E: Failed to query tracker ...: tracker IO error
E: Failed to send message on UDP socket: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }

synapse is still working correctly and as long as this doesn't happen with all trackers/peers probably something we don't actually care about, so I'm wondering if we should maybe reduce them to debug events.

Luminarys commented 3 years ago

Hmm I agree that some more thought should be put into what really constitutes an error in logging. For sure the tracker events don't need to be logged as errors since they're easily broadcast to clients anyways.