You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
* Add tagged logging support
Implement tagged logging similar to ActiveSupport::TaggedLogging.
* Use log_tags attribute on logger
Don't use the default_options to pass the tags into the logger. This
causes the tags field to be sent over to graylog as an array. Instead
pass the tag names into an attribute called log_tags that matches with
the Rails standard of config.log_tags.
* Replace Thread#[] with Thread#thread_variable_get/set
* Skip log tags tests for Ruby 1.9
* Fix CI for JRuby
Co-authored-by: Mark Glenn <[email protected]>
Co-authored-by: Marcus Ilgner <[email protected]>
Co-authored-by: Vladimir Kitaev <[email protected]>
Co-authored-by: Mark Glenn <[email protected]>
Co-authored-by: Marcus Ilgner <[email protected]>
Co-authored-by: Vladimir Kitaev <[email protected]>
0 commit comments