This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push: new 1b74bb3 CAMEL-16757: Update example 1b74bb3 is described below commit 1b74bb319cb13eb97d722841257b61c4af0e479e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 3 09:35:24 2021 +0200 CAMEL-16757: Update example --- .../routes-configuration/src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/routes-configuration/src/main/resources/application.properties b/examples/routes-configuration/src/main/resources/application.properties index e328c2e..c09b9ac 100644 --- a/examples/routes-configuration/src/main/resources/application.properties +++ b/examples/routes-configuration/src/main/resources/application.properties @@ -16,9 +16,12 @@ ## --------------------------------------------------------------------------- # to configure camel main -# here you can configure options on camel main (see MainConfigurationProperties class) +# here you can configure options on camel main (see https://camel.apache.org/components/latest/others/main.html) camel.main.name = MyRoutesConfiguration +# verbose summary so you can see the pairing of routes and routes configurations +camel.main.startup-summary-level = verbose + # dump routes as XML (routes are coded in different DSLs but can be dumped as XML) camel.main.dump-routes = true