method

finish_request_instrumentation

finish_request_instrumentation(handle, logger_tag_pop_count)
private

No documentation available.

# File railties/lib/rails/rack/logger.rb, line 81
        def finish_request_instrumentation(handle, logger_tag_pop_count)
          handle.finish
          logger.pop_tags(logger_tag_pop_count) if logger.respond_to?(:pop_tags) && logger_tag_pop_count > 0
          ActiveSupport::LogSubscriber.flush_all!
        end