1 Reply Latest reply on Aug 17, 2010 3:37 AM by ffang

    logging in cxf osgi bundle deployed into servicemix 4.2.x

    lcurry

      I have an OSGI bundle that hosts jaxws:endpoint deployed in Servicmix. How do i specify DEBUG level for certain CXF logging subsystems to get       logged to "servicemix.log"?

        • 1. Re: logging in cxf osgi bundle deployed into servicemix 4.2.x
          ffang

          Hi,

           

          One straightforward way I know is edit $SMX4_HOME/etc/org.ops4j.pax.logging.cfg, just add

          log4j.category.org.apache.cxf=DEBUG

          So that all logs in class start with package org.apache.cxf is DEBUG level

          Btw, you should post this question in FUSE ESB forum, as it's not standalone FUSE Services Framework issue.

          Freeman

           

          Edited by: ffang on Aug 17, 2010 7:36 AM