Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(e2e): Kamelet in route logs #5788

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

gansheer
Copy link
Contributor

Closes #5746

The change is from this CAMEL issue CAMEL-18858.
The logs changed from:

2024-08-20 09:01:18,136 INFO  [org.apa.cam.k.sup.SourcesSupport] (main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow', language='yaml', type='source', location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', }
2024-08-20 09:01:19,432 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.1 (camel-1) is starting
2024-08-20 09:01:19,532 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:2)
2024-08-20 09:01:19,533 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started route1 (kamelet://capabilities-webhook-source)
2024-08-20 09:01:19,533 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started capabilities-webhook-source-1 (platform-http:///webhook)
2024-08-20 09:01:19,533 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.1 (camel-1) started in 100ms (build:0ms init:0ms start:100ms)

to

2024-08-20 09:39:22,847 INFO  [org.apa.cam.k.sup.SourcesSupport] (main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow', language='yaml', type='source', location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', }
2024-08-20 09:39:24,351 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.7.0 (camel-1) is starting
2024-08-20 09:39:24,440 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (total:1 started:1 kamelets:1)
2024-08-20 09:39:24,441 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started route1 (kamelet://capabilities-webhook-source)
2024-08-20 09:39:24,441 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.7.0 (camel-1) started in 89ms (build:0ms init:0ms start:89ms)

Release Note

fix(e2e): Kamelet in route logs

@gansheer gansheer merged commit 7b4fa3d into apache:main Aug 20, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camel runtime 3.13.0 nightly failure
3 participants