From 8f605a17e4995005aa9ef50b94618374d5bf5ff3 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 c2d60b9..bc847d2 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -18,6 +18,8 @@ info.build.version=@project.version@ logging.level.de.financer=DEBUG logging.file=financer-server.log +logging.file.max-history=7 +logging.file.max-size=50MB # Country code for holiday checks # Mostly an uppercase ISO 3166 2-letter code