actindi / act-fluent-logger-rails

Fluent logger
MIT License
118 stars 72 forks source link

Add secondary log support with upstream #28

Closed diclophis closed 7 years ago

diclophis commented 8 years ago

This allows for dual logging to two logger objects

quek commented 8 years ago

https://github.com/actindi/act-fluent-logger-rails/pull/21#issuecomment-142159666

I think that Broadcast is not a job of act-fluent-logger-rails. It is job of fluentd. http://docs.fluentd.org/articles/out_copy http://docs.fluentd.org/articles/out_file

What about using the copy Output Plugin of fluentd?