Also rename log file and embedded tomcat context path
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
financer.log*
|
financer-server.log*
|
||||||
.attach*
|
.attach*
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
spring.profiles.active=@activeProfiles@
|
spring.profiles.active=@activeProfiles@
|
||||||
|
|
||||||
server.servlet.context-path=/financer
|
server.servlet.context-path=/financer-server
|
||||||
|
|
||||||
spring.jpa.hibernate.ddl-auto=validate
|
spring.jpa.hibernate.ddl-auto=validate
|
||||||
|
|
||||||
@@ -16,7 +16,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
|
logging.file=financer-server.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
|
||||||
|
|||||||
Reference in New Issue
Block a user