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

read_from_head false does not work #19 #21

Closed richm closed 7 years ago

richm commented 7 years ago

https://github.com/reevoo/fluent-plugin-systemd/issues/19 The fix is to not override the config parser, which correctly sets @read_from_head to the right boolean value. I've also added a test to test explicitly setting read_from_head false

errm commented 7 years ago

Looks good