debug!()
Sets the log level to Logger::DEBUG for the whole broadcast.
# File activesupport/lib/active_support/broadcast_logger.rb, line 173 def debug! dispatch { |logger| logger.debug! } end