diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2017-09-14 08:43:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-14 08:43:22 +0000 |
commit | d409b3184a7e9dc3907349e792132add5fd54323 (patch) | |
tree | d9cae633487d091cc3c359b16641477e8d9a6221 /src | |
parent | c0693995b071655b2b12275687ed8b5856275b03 (diff) | |
parent | 29ec9f4a33600b5a14818e92418320a2cc022b40 (diff) |
Merge "Restore the history log in camunda"
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/application.properties | 2 | ||||
-rw-r--r-- | src/test/resources/https/https-test.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 854fe737d..78ab0c6cd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -109,7 +109,7 @@ spring.datasource.camunda.ignoreExceptionOnPreLoad=true #Camunda application properties
#Camunda history level
-camunda.bpm.history-level=none
+camunda.bpm.history-level=auto
camunda.bpm.database.type=mariadb
camunda.bpm.database.schema-update=false
diff --git a/src/test/resources/https/https-test.properties b/src/test/resources/https/https-test.properties index d34f028a3..eaccd4ac4 100644 --- a/src/test/resources/https/https-test.properties +++ b/src/test/resources/https/https-test.properties @@ -110,7 +110,7 @@ spring.datasource.camunda.ignoreExceptionOnPreLoad=true #Camunda application properties #Camunda history level -camunda.bpm.history-level=none +camunda.bpm.history-level=auto camunda.bpm.database.type=mariadb camunda.bpm.database.schema-update=false |