From 4fef3aa30dad3b899ab602a62e615b91eb9754da Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 20 Sep 2020 14:13:31 +0300 Subject: [PATCH] Disable file log since file paths may conflict with the OS environment on stand-alone Tomcat server installations Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/logback.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bookstore/src/main/resources/logback.xml b/bookstore/src/main/resources/logback.xml index be9d2ac..8915ebc 100644 --- a/bookstore/src/main/resources/logback.xml +++ b/bookstore/src/main/resources/logback.xml @@ -1,9 +1,9 @@ - + @@ -11,7 +11,7 @@ - + + + +--> + - + \ No newline at end of file