mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:57:20 -05:00
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