Hi Beanson ,

Do you run the CXF programe with the last version in the trunk?
DanK did some update of logging , I do not know if all the log are go to use log4j.

Willem.

Benson Margulies wrote:
I've got a log4j config file as follows. Anyone have a guess as to why I
keep seeing CXF 'INFO' level messages?

# Set root logger level to ERROR and its only appender to A1.

#
log4j.rootLogger=ERROR, A1

# A1 is set to be a ConsoleAppender.

log4j.appender.A1=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.

log4j.appender.A1.layout=org.apache.log4j.PatternLayout

log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n


Reply via email to