actindi / act-fluent-logger-rails

Fluent logger
MIT License
118 stars 72 forks source link

Support nanosecond precision when sending logs to Fluentd #43

Closed toofishes closed 6 years ago

toofishes commented 6 years ago

Recent versions of Fluentd allow better than 1 second precision. Add the ability to pass in the option to the created logger.

See https://github.com/fluent/fluent-logger-ruby/pull/63 for support in the ruby library.

ryosuke-endo commented 6 years ago

@toofishes

thanks!

toofishes commented 6 years ago

Thanks for merging! Any chance you'll be releasing this as a new gem version anytime soon?

ryosuke-endo commented 6 years ago

@toofishes

https://github.com/actindi/act-fluent-logger-rails/issues/41

Once this problem is resolved, I'd like to release it.

Do you want to use this function in a hurry?