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
Implement write(Precorrelation, HttpRequest, Sink) with an empty method body (won't log the request)
Implement write(Correlation, HttpRequest, HttpResponse, Sink) by calling sink.writeBoth(correlation, request, response)
Custom Sink implementation
Implement write(Correlation, HttpRequest, HttpResponse) as you like, e.g. by reusing the DefaultHttpLogFormatter to produce two strings, concat them and then delegate to DefaultHttpLogWriter
Detailed Description
Context
Possible Implementation
Your Environment
The text was updated successfully, but these errors were encountered: