instance method
silenced?
Ruby on Rails 8.1.2
Since v7.1.6Signature
silenced?(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 142
def silenced?(event)
logger.nil? || @event_levels[event]&.call(logger)
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 142
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber