Logging interceptors and binary payloads

2012-02-13 Thread Sergey Beryozkin
Hi I'd like to get the Logging interceptors updated to report the 'pure' binary payload only optionally. Right now I'm working on a demo where an image payload is uploaded and then returned and I'm finding it difficult to view through the logs with the binary content being logged. So I'd

Re: Logging interceptors and binary payloads

2012-02-13 Thread Daniel Kulp
Looks OK to me. The only additional suggestion I have is to add the flags to the @Logging annotation as well to keep that consistent and up to date. Dan On Monday, February 13, 2012 11:47:12 AM Sergey Beryozkin wrote: Hi I'd like to get the Logging interceptors updated to report the

Re: Logging interceptors and binary payloads

2012-02-13 Thread Sergey Beryozkin
Hi, On 13/02/12 15:46, Daniel Kulp wrote: Looks OK to me. The only additional suggestion I have is to add the flags to the @Logging annotation as well to keep that consistent and up to date. Sure, added a 'showBinary' annotation property, set to 'false' by default. I will also investigate