Hi It depends what sort of logging you're referring to.
1/ The code tracing type of log statements we have in the code that are useful for debugging are currently using the JDK logger 2/ The application level errors (the ones that tell you have done something wrong in your SCA application) are all sent via the org.apache.tuscany.sca.monitor.impl.DefaultMonitorImpl class. This is very easy to replace with whatever logging solution you prefer as the monitor module is pluggable Regards Simon
