[ 
https://issues.apache.org/jira/browse/CAMEL-17233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-17233.
---------------------------------
    Resolution: Fixed

Its no longer noisy, you just see one logging about reload done
```
15:31:28.659 [Camel (CamelJBang) thread #2 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K8]
15:31:30.648 [Camel (CamelJBang) thread #2 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K8]
15:31:32.653 [Camel (CamelJBang) thread #2 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K8]
15:31:33.753 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO  
org.apache.camel.support.RouteWatcherReloadStrategy - Reloaded routes: route2
15:31:34.745 [Camel (CamelJBang) thread #5 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K9]
15:31:36.749 [Camel (CamelJBang) thread #5 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K9]
15:31:37.701 [Camel (CamelJBang) thread #1 - FileWatcherReloadStrategy] INFO  
org.apache.camel.support.RouteWatcherReloadStrategy - Reloaded routes: route3
15:31:38.688 [Camel (CamelJBang) thread #6 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K10]
15:31:40.693 [Camel (CamelJBang) thread #6 - timer://tick] INFO  info - 
Exchange[ExchangePattern: InOnly, BodyType: String, Body: Hello Camel K10]
```

> 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
>            Priority: Minor
>             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)

Reply via email to