instance method finish_request_instrumentation

Ruby on Rails 7.2.3

Since v7.2.3 Private — implementation detail, not part of the public API

Available in: v7.2.3 v8.0.4 v8.1.2

Signature

finish_request_instrumentation(handle, logger_tag_pop_count)

No documentation comment.

Parameters

handle req
logger_tag_pop_count req
Source
# 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

Defined in railties/lib/rails/rack/logger.rb line 81 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Rack::Logger

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close