Results 1 to 2 of 2

Thread: HttpInvoker: logging the size of the bytes transferred

  1. #1

    Default HttpInvoker: logging the size of the bytes transferred

    Hi,
    I think it would be nice during development to know how many bytes have been transferred over the wire by a remote method invocation. Is this kind of logging available, and if so, how can I turn it on?

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    Yes. Just enable debug level logging for the org.springframework.remoting.httpinvoker category. The logging info is produced by AbstractHttpInvokerRequestExecutor#executeRequest.

    Ollie

Posting Permissions

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