class method
self.set_event_levels
Ruby on Rails 8.0.4
Since v7.1.6 PrivateSignature
self.set_event_levels()
No documentation comment.
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 121
def set_event_levels
if subscriber
subscriber.event_levels = log_levels.transform_keys { |k| "#{k}.#{namespace}" }
end
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 121
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber