Adjust log file settings
Retain max seven days of logs and change max file size to 50MB
This commit is contained in:
@@ -19,6 +19,8 @@ info.build.version=@project.version@
|
|||||||
|
|
||||||
logging.level.de.financer=DEBUG
|
logging.level.de.financer=DEBUG
|
||||||
logging.file=financer-web-client.log
|
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
|
# The date format of the client-supplied date string, used to parse the string into a proper object
|
||||||
financer.dateFormat=dd.MM.yyyy
|
financer.dateFormat=dd.MM.yyyy
|
||||||
|
|||||||
Reference in New Issue
Block a user