You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the syslog server is not resolvable (see #72) there is an exception originated in the python standard-Library:
Exception ignored in atexit callback: <function shutdown at 0x7f39db663eb0>
Traceback (most recent call last):
File "/usr/lib64/python3.10/logging/__init__.py", line 2183, in shutdown
h.close()
File "/usr/lib64/python3.10/logging/handlers.py", line 945, in close
self.socket.close()
AttributeError: 'SysLogHandler' object has no attribute 'socket'
How to reproduce:
Configure a SysLog server that has a non-resolvable hostname/fqdn
Run some fotoobo command (for example fotoobo fgt get version)
When the syslog server is not resolvable (see #72) there is an exception originated in the python standard-Library:
How to reproduce:
fotoobo fgt get version
)This seems to be an upstream issue:
.emit()
python/cpython#82535Probably the latter will solve the imminent effect, but not the base problem. Perhaps we need to fix this upstream.
The text was updated successfully, but these errors were encountered: