flush_all!()
Flush all log_subscribers’ logger.
# File activesupport/lib/active_support/log_subscriber.rb, line 83 def flush_all! flushable_loggers.each { |log| log.flush } end