dwbutler / logstash-logger

Ruby logger that writes logstash events
MIT License
454 stars 118 forks source link

LogstashLogger's Tagged Formatter and ActiveSupport Tagged Formatter are no longer the same #166

Open krainboltgreene opened 3 years ago

krainboltgreene commented 3 years ago

Would the owner of this library desire an update to the new code?

It looks like it deviates in 3 ways:

  1. (major) The module is now called with new().call()
  2. #push_tags is more efficient, handles non-strings better
  3. #current_tags handles multiple instances in a more thread-safe way