Results 1 to 4 of 4

Thread: Spring 3.2 REST WS Request/Response logging

  1. #1
    Join Date
    Dec 2007
    Posts
    16

    Question Spring 3.2 REST WS Request/Response logging

    Hi,

    I use Spring 3.2 to implement a REST WS. I use Jackson 2 as JSON processor.

    I would like to be able to log all JSON Requests/Responses.

    I have tried to use a HandlerInterceptor but i am not able to correctly log the JSON response.

    What is the best way to perform JSON Requests/Responses logging with Spring MVC ?

    Thank you very much.

  2. #2
    Join Date
    Dec 2007
    Posts
    16

    Default

    Any idea ?

  3. #3
    Join Date
    Dec 2007
    Posts
    16

    Default

    Never answers...

  4. #4
    Join Date
    Jun 2013
    Posts
    1

    Default

    Were you able to find a solution for this?

    I need to log all input/output on our REST services platform but can't find a simple way to do this...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •