On 6.11.2011 7:15, Jordan Blay wrote:
> I saw that Jersey provides a logging filter.
>
> 1. I see that it doesn't print the request body - is there a way to print it
> ?
There are two logging filters in Jersey, one for the server side, the
other one for the client side:
Both filters should include the entity body in the log. If it's not the
case, then it is a bug.
Could you please share some more information on your use case?
> 2. How can I configure it to use logback?
The names for the appropriate loggers are based on the above filter
class names. You need to configure
these loggers accordingly.