This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new f05d7dc Polished f05d7dc is described below commit f05d7dcd82fee0a03a15452ffe36a51f06403db1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Mar 21 14:21:42 2020 +0100 Polished --- .../camel-example-main-tiny/src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/camel-example-main-tiny/src/main/resources/application.properties b/examples/camel-example-main-tiny/src/main/resources/application.properties index a9bf65b..a3831a8 100644 --- a/examples/camel-example-main-tiny/src/main/resources/application.properties +++ b/examples/camel-example-main-tiny/src/main/resources/application.properties @@ -26,6 +26,10 @@ camel.main.allow-adding-new-routes = false # enable tracing ### camel.main.tracing = true +# bean introspection to log reflection based configuration +# camel.main.beanIntrospectionExtendedStatistics=true +# camel.main.beanIntrospectionLoggingLevel=INFO + # you can also configure camel context directly # camel.context.shutdown-strategy.shutdown-now-on-timeout = false