I'm looking for a way to log JSON posts in a RESTEASY framework.
I woul like to log the POST body to log file to see what the client is sending to me.
Is there any interceptor or something similar that I can use, I have found an example for PreProcessInterceptor but it looks like it is deprecated.
I'm using resteasy 3.0.8