Enable file logging and add .gitignore file

This commit is contained in:
2019-03-12 22:36:09 +01:00
parent bae50081c2
commit a8d4d6682c
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
financer.log
.attach*

View File

@@ -15,6 +15,7 @@ info.build.artifact=@project.artifactId@
info.build.version=@project.version@ info.build.version=@project.version@
logging.level.de.financer=DEBUG logging.level.de.financer=DEBUG
logging.file=financer.log
# 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