This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 08cc384 Use log debug 08cc384 is described below commit 08cc38416bf0e2879d75639877ef3fa60c623cc8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Apr 9 13:26:43 2018 +0200 Use log debug --- .../src/main/java/org/apache/camel/component/netty4/NettyProducer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyProducer.java b/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyProducer.java index cd3d12a..dcbcc03 100644 --- a/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyProducer.java +++ b/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyProducer.java @@ -125,7 +125,7 @@ public class NettyProducer extends DefaultAsyncProducer { } else { pool = new SharedSingletonObjectPool<ChannelFuture>(new NettyProducerPoolableObjectFactory()); if (LOG.isDebugEnabled()) { - LOG.info("Created NettyProducer shared singleton pool -> {}", pool); + LOG.debug("Created NettyProducer shared singleton pool -> {}", pool); } } -- To stop receiving notification emails like this one, please contact davscl...@apache.org.