-
Aug 10th, 2005, 09:03 AM
#1
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?
-
Aug 10th, 2005, 06:05 PM
#2
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
-
Forum Rules