Print request and response in logs

Hi,

I want to print request and response of rest services in logs.

Is it possible ?

I don’t want to manually print request and response in each api. It should be automatic.

Thanks in advance

Hi,

Jmix doesn’t provide anything for this. You can do this in a standard way, there is a lot of information in the internet about how to log HTTP requests and response using Spring framework, e.g. here.