Also rename log file and embedded tomcat context path

This commit is contained in:
2019-03-17 15:46:20 +01:00
parent 0468094f3c
commit d6572e26f1
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@@ -5,7 +5,7 @@
spring.profiles.active=@activeProfiles@
server.servlet.context-path=/financer
server.servlet.context-path=/financer-server
spring.jpa.hibernate.ddl-auto=validate
@@ -16,7 +16,7 @@ info.build.artifact=@project.artifactId@
info.build.version=@project.version@
logging.level.de.financer=DEBUG
logging.file=financer.log
logging.file=financer-server.log
# Country code for holiday checks
# Mostly an uppercase ISO 3166 2-letter code