proxyd: Reduce RPC request logging (#2502)
Logging the entire RPC request can be too "expensive" when logging request objects in a large JSON-RPC batch request. We log the raw HTTP request body instead so we can truncate effectively when the entire body exceeds the maxLogLength.
Showing
Please register or sign in to comment