# File lib/active_support/buffered_logger.rb, line 111
      def auto_flush
        flush if buffer.size >= @auto_flushing
      end