Replies: 1 comment
-
@kdgrant That's a good idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding the request/response logging facility a bit clunky to use, since the request & response end up in different log files and need manual handling to correlate:
When specifying the same file for both requests and responses (
MONACO_REQUEST_LOG=./log.txt MONACO_RESPONSE_LOG=./log.txt
) the output is arbitrarily interleaved and truncated, so this isn't a solution (it was worth a try!).Suggestion
Support a
MONACO_REQUEST_RESPONSE_LOG
environment variable.When this is present, requests and responses would be written to the named file as request-response pairs, ordered chronologically by request time.
Beta Was this translation helpful? Give feedback.
All reactions