Spring DM will wrap all System.out message to trace, that is what I don't need, so how to disable this behavior?
I know that AOP can intercept the method of System.out, so can I stop this interceptor to enable System.out messsage, and How?
Thanks!
Spring DM will wrap all System.out message to trace, that is what I don't need, so how to disable this behavior?
I know that AOP can intercept the method of System.out, so can I stop this interceptor to enable System.out messsage, and How?
Thanks!
There is currently no way to configure dm Server's routing of System.out. If you'd like this to be configurable then please open a JIRA and we can look into adding it in a future release.
Andy Wilkinson
SpringSource