users@jersey.java.net

[Jersey] Re: Logging HTTP Body of Request

From: justin <justin.phillips_at_locusenergy.com>
Date: Wed, 23 Jan 2013 09:45:53 -0800

Hey Arul,
Thanks for the help. I toggled DisableEntitylogging to false but I still
don't see the body of the request (which is the Entity right?) I toggled it
to true, and saw that the response body no longer showed up in the logs.
When I set it back to false, the response body came back to the log, but
the request body still wasn't there (I'm doing a post). Is it not possible
to log the request body out of the box?
Thanks