You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
It would be very useful to have access logs at the Akka HTTP level, similar to what we have for Nginx and Gunicorn now. I think Akka HTTP supports this via DebuggingDirectives. The usage is more complete under logRequest, though I think logRequestResponse is even better since, unlike a simple access log, you get the full response as well...which is very useful when dealing with RESTful APIs.
I've added this as M3, but it is not a high priority.
The text was updated successfully, but these errors were encountered:
It would be very useful to have access logs at the Akka HTTP level, similar to what we have for Nginx and Gunicorn now. I think Akka HTTP supports this via
DebuggingDirectives
. The usage is more complete underlogRequest
, though I thinklogRequestResponse
is even better since, unlike a simple access log, you get the full response as well...which is very useful when dealing with RESTful APIs.I've added this as M3, but it is not a high priority.
The text was updated successfully, but these errors were encountered: