For incident investigations, customer like to enable detailed logging of all incoming REST server requests and outgoing client REST requests. Specifically, we need to log request and response headers, status codes, and (optionally truncated) bodies.
the quarkus-rest-client extension provides this functionality out of the box via the quarkus.rest-client.logging.scope=request-response property.
On the other end, we don't find an equivalent configuration for quarkus-rest (server-side) that allows us to achieve the same level of logging as what is available for the REST client.
customer has also started a Discussion on the github https://github.com/quarkusio/quarkus/discussions/48811