Hi,
I don't find a solution to enable cxf logging for my application that return
under bea weblogic 9.2
I've added into log4j.xml the following lines
<category name="org.apache.cxf" additivity="false">
<priority value="DEBUG" />
<appender-ref ref="console" />
<appender-ref ref="logfile" />
</category>
and created a file under the META-INF/cxf/org.apache.cxf.Logger that contain
the following line
org.apache.cxf.common.logging.Log4jLogger
but I still doesn't get any logging informations about info and debug
Any idea on what wrong ?