[issue40352] SocketHandler silently drops log messages on re-connect

Rémi Lapeyre report at bugs.python.org
Tue Apr 21 12:12:16 EDT 2020


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

On one hand it's bad messages get lost, one the other retrying to send the message would take a lot of time and make `SocketHandler` very slow.

Maybe we could had the record to a very short queue so we can retry to send it with the next message?

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40352>
_______________________________________


More information about the Python-bugs-list mailing list