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