fluent-logger-ruby
fluent-logger-ruby copied to clipboard
A structured logger for Fluentd (Ruby)
Would be interested to know why bundler caching of Travis hasn't been enabled in this repository. Thank you.
Hi, are there plans to support UDP output with this? I notice dummer is using this gem to forward logs to a fluentd host, and we are trying to use...
Something within the logging pipeline is breaking encoding, but just for some characters. I'm having a hard time reproducing this issue and i cannot pin point what is actually causing...
For this, changing data format from Message to PackedForward is needed because Message format is not efficient when re-send events with ack.
https://github.com/fluent/fluent-logger-ruby/issues/70
This gem can block execution, effectively allowing a website to be DOS'd, if too many messages are sent at the same time. The TCPSocket is set to be synchronous, so...
I'm not sure if this is my fault, but when switching from FluentLogger to ConsoleLogger or TextLogger I get a JSON::GenerateError. But since there is no extended documentation on how...
Is there a way we can allow Ruby date objects to get passed through to Fluent as dates as opposed to strings? See comment from this thread: [https://github.com/fluent/fluent-plugin-mongo/issues/18](https://github.com/fluent/fluent-plugin-mongo/issues/18)