diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2020-03-31 22:43:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 22:43:51 +0000 |
commit | 1eafc9448d24f5b0eda40f62566bdf93cc4f5a6e (patch) | |
tree | dfeda6adeef056a4b7cb5a6acc7dcc999f8d2513 /src/main/resources/application-noaaf.properties | |
parent | 73be3cb5e615c119a09d95117246a141bbb55af7 (diff) | |
parent | 580141f7cf72d4a120722fc7b870dfc5c3017ced (diff) |
Merge "Rework the logs"
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 4701b36df..d61b7ed53 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -81,6 +81,7 @@ server.tomcat.max-idle-time=60000 #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. +camel.springboot.tracing=true camel.springboot.consumer-template-cache-size=1000 camel.springboot.producer-template-cache-size=1000 camel.springboot.jmx-enabled=true |