Hi Stefan,
You are using SMX4, right?
Actually this log is from org.apache.cxf.transport.jbi.JBITransportFactory of CXF codebase
So you should add
log4j.logger.org.apache.cxf.transport.jbi=WARN
to org.ops4j.pax.logging.cfg, this should work.
Freeman

Stefan Weber wrote:
Hey all,

I'm heavily using servicemix-cxf-se and i get for each request submited to
the cxf-se following INFO log entries, with seems to be totally
unnescessarry and useless to me.


08:41:35,625 | INFO  | -cxf-se-thread-6 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:36,187 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:36,734 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:37,296 | INFO  | -cxf-se-thread-2 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:37,859 | INFO  | -cxf-se-thread-3 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:38,406 | INFO  | -cxf-se-thread-4 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:38,968 | INFO  | -cxf-se-thread-5 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:39,515 | INFO  | -cxf-se-thread-6 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:40,062 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3
08:41:40,625 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint 357 | configuring DeliveryChannel: org.apache.servicemix.common.endpointdeliverychan...@1bbaec3


Any possibilities to prevent those messages on the info log? Except for
setting the log-lvl to WARN ;)
Adding log4j.logger.org.apache.servicemix.cxfse=WARN to
org.ops4j.pax.logging.cfg doesn't solve this problem.

Any help would be appreciated.

Regards
Stefan


--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to