Community
Participate
Working Groups
When no async interface is available, the remote service implementation presents a warning message...for example > [log;+0100 2011.06.09 > 12:16:36:888;INFO;org.eclipse.ecf.remoteservice;org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.remoteservice;code=0;message=No > async remote service interface found with name=com.example.foo.IFooAsync for > proxy service class=com.example.foo.IFoo;severity2;exception=null;children=[]]] This warning message should not be presented by default. Originally reported via bug 348872.
Instead of removing it completely, I'd suggest to downgrade it to INFO and regard it as async advertisement for users that (yet) don't use it.
Changing bug title to reflect comment 1.
As per comment 1, changed status level to 'INFO' (from WARNING) and pushed to master. Resolving as fixed.
ECF is way too noisy on its log messages. This really isn't going to help adoption; the problem is that it's printing anything at all which most people won't care about. The bug was 'stop logging this message', not just 'reduce its priority'.
Added bug 349173 since I can't re-open this bug.