You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Stefan Weber <co...@gmx.de> on 2009/05/18 08:53:44 UTC

servicemix-cxf-se logs unnecessary (useless) information on info level

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.EndpointDeliveryChannel@1bbaec3
08:41:36,187 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:36,734 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:37,296 | INFO  | -cxf-se-thread-2 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:37,859 | INFO  | -cxf-se-thread-3 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:38,406 | INFO  | -cxf-se-thread-4 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:38,968 | INFO  | -cxf-se-thread-5 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:39,515 | INFO  | -cxf-se-thread-6 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:40,062 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
08:41:40,625 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
org.apache.servicemix.common.EndpointDeliveryChannel@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
-- 
View this message in context: http://www.nabble.com/servicemix-cxf-se-logs-unnecessary-%28useless%29-information-on-info-level-tp23592036p23592036.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: servicemix-cxf-se logs unnecessary (useless) information on info level

Posted by Freeman Fang <fr...@gmail.com>.
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.EndpointDeliveryChannel@1bbaec3
> 08:41:36,187 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:36,734 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:37,296 | INFO  | -cxf-se-thread-2 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:37,859 | INFO  | -cxf-se-thread-3 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:38,406 | INFO  | -cxf-se-thread-4 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:38,968 | INFO  | -cxf-se-thread-5 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:39,515 | INFO  | -cxf-se-thread-6 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:40,062 | INFO  | -cxf-se-thread-7 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@1bbaec3
> 08:41:40,625 | INFO  | -cxf-se-thread-8 | JBITransportFactory              |
> e.servicemix.cxfse.CxfSeEndpoint  357 | configuring DeliveryChannel:      
> org.apache.servicemix.common.EndpointDeliveryChannel@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