From 52ce4f5212ff116f0b479dbc6705fb1814e08329 Mon Sep 17 00:00:00 2001 From: safes Date: Sat, 2 Jan 2021 13:04:21 +0100 Subject: [PATCH] Bei Version 2.4.0 muss man vermutlich die Log Properties ein wenig anpassen, sonst werden sie ignoriert. --- application-logtodir.properties | 2 +- application-logtofile.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application-logtodir.properties b/application-logtodir.properties index f146918..afe1289 100644 --- a/application-logtodir.properties +++ b/application-logtodir.properties @@ -1 +1 @@ -logging.path = logs \ No newline at end of file +logging.file.path = logs \ No newline at end of file diff --git a/application-logtofile.properties b/application-logtofile.properties index 5a33927..3decc6d 100644 --- a/application-logtofile.properties +++ b/application-logtofile.properties @@ -1 +1 @@ -logging.file = logs/the.log \ No newline at end of file +logging.file.name = logs/the.log \ No newline at end of file