[New-bugs-announce] [issue29808] SyslogHandler: should not raise exception in constructor if connection fails

Марк Коренберг report at bugs.python.org
Tue Mar 14 05:36:41 EDT 2017


New submission from Марк Коренберг:

Syslog handler already able to ignore temporary errors while seding logs. So he knows that syslog server may be not reachable at the moment. But when we say about constructor, it fails with error. I have fixed that -- now it will ignore such errors, and try to re-connect on every logging as it was before. C's version does the same.

----------
components: Library (Lib)
messages: 289573
nosy: mmarkk
priority: normal
severity: normal
status: open
title: SyslogHandler: should not raise exception in constructor if connection fails
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29808>
_______________________________________


More information about the New-bugs-announce mailing list