Adjust log file settings

Retain max seven days of logs and change max file size to 50MB
This commit is contained in:
2019-05-12 01:05:37 +02:00
parent c96a36f325
commit 8f605a17e4

View File

@@ -18,6 +18,8 @@ info.build.version=@project.version@
logging.level.de.financer=DEBUG logging.level.de.financer=DEBUG
logging.file=financer-server.log logging.file=financer-server.log
logging.file.max-history=7
logging.file.max-size=50MB
# Country code for holiday checks # Country code for holiday checks
# Mostly an uppercase ISO 3166 2-letter code # Mostly an uppercase ISO 3166 2-letter code