• Murphy Law's avatar
    proxyd: Reduce RPC request logging (#2502) · d9f058ce
    Murphy Law authored
    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.
    d9f058ce
server.go 11.7 KB