diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-13 16:41:03 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-13 16:41:03 +0200 |
commit | 29ec9f4a33600b5a14818e92418320a2cc022b40 (patch) | |
tree | ee4e20f68527533863e8c890e8a000f04794b9bc | |
parent | ff1b29770a38e58c7b8e59e567339c3f7921aa5c (diff) |
Restore the history log in camunda
Restore the history log in camunda as it has been disabled but the DB
SQL files set that already
Change-Id: Iba24a4cefdfb533046eed92e7ce1424a06d1c0fb
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
-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 854fe737..78ab0c6c 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 d34f028a..eaccd4ac 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 |