Currently, for every request, the logger will log both request and response URL, headers, and body as a separate line. There some cases that the log will not be in the right sequence if there are multiple requests at one time.
Is there some way to have the log in one line format (each line of a log includes request and response data) using this middleware?
Currently, for every request, the logger will log both request and response URL, headers, and body as a separate line. There some cases that the log will not be in the right sequence if there are multiple requests at one time.
Is there some way to have the log in one line format (each line of a log includes request and response data) using this middleware?