pub async fn request_logger(request: Request, next: Next) -> Response
Logs every request’s method, path, response status, and latency.
Applied automatically by App::run(). Disable with App::disable_request_logging().
App::run()
App::disable_request_logging()