method
silenced?
v8.0.0 -
Show latest stable
- Class:
ActionView::LogSubscriber::Start
silenced?(_)public
No documentation available.
# File actionview/lib/action_view/log_subscriber.rb, line 100
def silenced?(_)
logger.nil? || !logger.debug?
end