From f4fdb2cad3faf5002df76cee1bce8d7b2eea4571 Mon Sep 17 00:00:00 2001 From: Holger Hagen <19706592+holgerhagen@users.noreply.github.com> Date: Thu, 29 Jun 2017 17:48:17 +0200 Subject: [PATCH] activatec debug logging on REST service --- rest/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/rest/src/main/resources/application.properties b/rest/src/main/resources/application.properties index e69de29bb..ed9c0ff88 100644 --- a/rest/src/main/resources/application.properties +++ b/rest/src/main/resources/application.properties @@ -0,0 +1 @@ +logging.level.org.taskana=DEBUG