logrus_fluent
logrus_fluent copied to clipboard
Question: Fluentd input plugin?
@pieterlouw This library use https://github.com/fluent/fluent-logger-golang and the default is tcp.
https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L20
This library just use default one so far, but you can add supports for unix domain socket
https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L272-L284