From bcca233aac485a448baf5d0b8923dcacbbd6dba9 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 12 May 2019 01:05:37 +0200 Subject: [PATCH] Adjust log file settings Retain max seven days of logs and change max file size to 50MB --- src/main/resources/config/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 5d2c261..6db2d9f 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -19,6 +19,8 @@ info.build.version=@project.version@ logging.level.de.financer=DEBUG logging.file=financer-web-client.log +logging.file.max-history=7 +logging.file.max-size=50MB # The date format of the client-supplied date string, used to parse the string into a proper object financer.dateFormat=dd.MM.yyyy