Include the full URI when logging slow responses

This commit is contained in:
Christopher Baines 2025-07-01 19:10:21 +01:00
parent c6366605a5
commit df79bc198e

View file

@ -387,7 +387,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
(format (format
(current-error-port) (current-error-port)
"warning: ~a took ~f seconds to complete\n" "warning: ~a took ~f seconds to complete\n"
(uri-path (request-uri request)) (uri->string (request-uri request))
request-duration)))) request-duration))))
#:host host #:host host
#:port port))) #:port port)))