[
https://issues.apache.org/jira/browse/CAMEL-14650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050610#comment-17050610
]
Pascal Schumacher edited comment on CAMEL-14650 at 3/3/20 10:31 PM:
--------------------------------------------------------------------
Each ClientConnectionManager (at least the PoolingClientConnectionManager used
by default by Camel) is basically a connection pool and takes quite some memory
(and probably CPU to create) if I remember correctly.
Seeing (a lot of) these log messages after start-up mostly likely means you can
optimize your use of Camel. Therefore I like to keep this message at INFO level.
was (Author: pascalschumacher):
Each ClientConnectionManager (at least the PoolingClientConnectionManager used
by default by Camel) is basically a connection pool and takes quite some memory
(and proably cpu to create) if I remember correctly.
Seeing (a lot of) these log messages after startup mostly likely means you can
optimize your use of Camel. Therefore I like to keep this message at INFO level.
> camel-http - unnecessary logging in component
> ---------------------------------------------
>
> Key: CAMEL-14650
> URL: https://issues.apache.org/jira/browse/CAMEL-14650
> Project: Camel
> Issue Type: Bug
> Components: camel-http
> Affects Versions: 3.1.0
> Reporter: Djordje Bajic
> Priority: Trivial
> Labels: camel-http
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When sending request this is logged
> {code:java}
> (INFO) o.a.camel.component.http.HttpComponent : Created
> ClientConnectionManager org.apache.http.impl.conn{code}
> It should be set to DEBUG log level.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)