method

finish_request_instrumentation

rails latest stable - Class: Rails::Rack::Logger

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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