Restore the history log in camunda 23/12223/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 13 Sep 2017 14:41:03 +0000 (16:41 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 13 Sep 2017 14:41:03 +0000 (16:41 +0200)
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>
src/main/resources/application.properties
src/test/resources/https/https-test.properties

index 854fe73..78ab0c6 100644 (file)
@@ -109,7 +109,7 @@ spring.datasource.camunda.ignoreExceptionOnPreLoad=true
 \r
 #Camunda application properties\r
 #Camunda history level\r
-camunda.bpm.history-level=none\r
+camunda.bpm.history-level=auto\r
 camunda.bpm.database.type=mariadb\r
 camunda.bpm.database.schema-update=false\r
 \r
index d34f028..eaccd4a 100644 (file)
@@ -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