Claus Ibsen created CAMEL-17233:
-----------------------------------
Summary: camel-core - Route reload reduce logging noise for
stopping/shutdown routes
Key: CAMEL-17233
URL: https://issues.apache.org/jira/browse/CAMEL-17233
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.14.0
Lets reduce the logging noise when reloading, and just have a summary
{code}
10:51:15.203 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Stopped log-sink-8
(kamelet://source)
10:51:15.204 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Stopped route4
(kamelet://timer-source)
10:51:15.205 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Stopped timer-source-7
(timer://tick)
10:51:15.206 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Shutdown timer-source-7
(timer://tick)
10:51:15.206 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Shutdown log-sink-8
(kamelet://source)
10:51:15.207 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.impl.engine.AbstractCamelContext - Shutdown route4
(kamelet://timer-source)
10:51:15.288 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO
org.apache.camel.support.RouteWatcherReloadStrategy - Reloaded routes: route5
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)