discourse/spec/components/middleware
Sam a4c539bade FEATURE: Allow registration of detailed request logger
Detailed request loggers can be used to gather rich timing info
from all requests (which in turn can be forwarded to monitoring solution)

Middleware::RequestTracker.detailed_request_logger(->|env, data| do
   # do stuff with env and data
end
2017-10-18 12:10:30 +11:00
..
anonymous_cache_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
request_tracker_spec.rb FEATURE: Allow registration of detailed request logger 2017-10-18 12:10:30 +11:00