1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-01 03:49:36 +00:00
Holger Just 0941b24b63 Optionally prefix all message lines with extraced fields in Message encoder
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.
2017-09-30 00:01:25 +02:00
..