Hello,
I'm using remoting in a webapplication. Now if an Exception is thrown the RemoteInvocationTraceInterceptor makes a logging entry [INFO] with the stacktrace.
What I have to do to turn off this output? I'm loggin the Exceptions myself in my modules. I've tried this
in my log4j.properties. But the exception is still logget.Code:log4j.logger.org.springframework.remoting=ERROR, stdout, common
Thanks for your help,
mike


Reply With Quote