# File lib/active_support/log_subscriber.rb, line 83 def flush_all! flushable_loggers.each { |log| log.flush } end