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

Code:
log4j.logger.org.springframework.remoting=ERROR, stdout, common
in my log4j.properties. But the exception is still logget.

Thanks for your help,

mike