logstash-logger icon indicating copy to clipboard operation
logstash-logger copied to clipboard

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

Open krainboltgreene opened this issue 4 years ago • 0 comments

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

krainboltgreene avatar Jan 15 '21 19:01 krainboltgreene