Module: ActiveSupport::TaggedLogging
- Extended by:
- T::Sig
- Defined in:
- lib/log_struct/monkey_patches/active_support/tagged_logging/formatter.rb
Defined Under Namespace
Modules: FormatterExtension
Class Method Summary collapse
Class Method Details
.current_tags ⇒ Object
20 21 22 |
# File 'lib/log_struct/monkey_patches/active_support/tagged_logging/formatter.rb', line 20 def self. Thread.current[:activesupport_tagged_logging_tags] || [] end |