Add a system property to change CXF to use Log4J instead of JUL
---------------------------------------------------------------

                 Key: SM-1317
                 URL: https://issues.apache.org/activemq/browse/SM-1317
             Project: ServiceMix
          Issue Type: Improvement
    Affects Versions: 3.2.1, 3.2.2, 3.2.3, 3.3
            Reporter: Bruce Snyder
            Assignee: Bruce Snyder


By default CXF uses the java.util.logging (JUL) API for logging. This results 
in the following output: 

{panel}
INFO  - ComponentMBeanImpl             - Starting component: servicemix-cxf-se
INFO  - ComponentMBeanImpl             - Initializing component: 
servicemix-cxf-se
Apr 17, 2008 11:43:17 AM org.apache.cxf.bus.spring.BusApplicationContext 
getConfigResources
INFO: No cxf.xml configuration file detected, relying on defaults.
INFO  - ComponentMBeanImpl             - Starting component: servicemix-cxf-bc
INFO  - ComponentMBeanImpl             - Initializing component: 
servicemix-cxf-bc
Apr 17, 2008 11:43:18 AM org.apache.cxf.bus.spring.BusApplicationContext 
getConfigResources
INFO: No cxf.xml configuration file detected, relying on defaults.
INFO  - AutoDeploymentService          - Directory: hotdeploy: Finished 
installation of archive:  servicemix-shared-3.2.2-SNAPSHOT-installer.zip
{panel}

Note that the CXF output format is different than the SMX output. This is 
simply due to log formatting and is easiest to remedy through the use of a 
system property as described in the CXF docs [Using Log4j Instead of 
java.util.logging|http://cwiki.apache.org/CXF20DOC/debugging.html#Debugging-UsingLog4jInsteadofjava.util.logging].
 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to