mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 12:40:42 +01:00
If some functions calls inside the main loop failed, imjournal exited with an error code, actually disabling all logging from the journal. This was probably never intended. This patch makes imjournal recover the situation instead. closes https://github.com/rsyslog/rsyslog/issues/1895