From 29ec9f4a33600b5a14818e92418320a2cc022b40 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Wed, 13 Sep 2017 16:41:03 +0200 Subject: 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) --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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 -- cgit 1.2.3-korg