logstash-logger
logstash-logger copied to clipboard
LogstashLogger's Tagged Formatter and ActiveSupport Tagged Formatter are no longer the same
Would the owner of this library desire an update to the new code?
It looks like it deviates in 3 ways:
- (major) The module is now called with
new().call()
-
#push_tags
is more efficient, handles non-strings better -
#current_tags
handles multiple instances in a more thread-safe way