fluent-plugins-nursery / fluent-plugin-systemd

This is a fluentd input plugin. It reads logs from the systemd journal.
Apache License 2.0
153 stars 43 forks source link

Exceptions in emit cause stall #14

Closed mikekap closed 8 years ago

mikekap commented 8 years ago

When emit throws an exception, it looks like the thread that reads from systemd just stops. There should likely be a rescue in there, or, alternatively, you could set Thread::abort_on_exception=true. That's not the best behavior though.