mirror of
https://github.com/meineerde/rackstash.git
synced 2026-01-01 03:49:36 +00:00
This can be used to achieve similar results as ActiveSupport::TaggedLogger. With our implementation, the "tags" are prepended to each line (instead of each message) and we add the same tags to all message lines. If required, you can still use ActiveSupport::TaggedLogger with Rackstash to add tags at the time of adding the log message.