Include the full URI when logging slow responses
This commit is contained in:
parent
c6366605a5
commit
df79bc198e
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
|
|||
(format
|
||||
(current-error-port)
|
||||
"warning: ~a took ~f seconds to complete\n"
|
||||
(uri-path (request-uri request))
|
||||
(uri->string (request-uri request))
|
||||
request-duration))))
|
||||
#:host host
|
||||
#:port port)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue