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 9282c641d1
commit bcca233aac

View File

@@ -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