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
Hey!
I'd like to log every request served by karyon, creating an 'Apache like' access log. I thought that creating an interceptor for this would be a good approach, but then realize that the out() method only receives the HttpServerResponse object as parameter. I'd like to access the HttpServerRequest too, so I could log data from both the request and the response.
How can I get this working? Is there a better approach for this?
Thank you
The text was updated successfully, but these errors were encountered:
Hey!
I'd like to log every request served by karyon, creating an 'Apache like' access log. I thought that creating an interceptor for this would be a good approach, but then realize that the out() method only receives the HttpServerResponse object as parameter. I'd like to access the HttpServerRequest too, so I could log data from both the request and the response.
How can I get this working? Is there a better approach for this?
Thank you
The text was updated successfully, but these errors were encountered: