From d6572e26f1e77b805f05d6d19e137b827f8a3d9b Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 17 Mar 2019 15:46:20 +0100 Subject: [PATCH] Also rename log file and embedded tomcat context path --- .gitignore | 2 +- src/main/resources/config/application.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 51d50b8..9f363e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -financer.log* +financer-server.log* .attach* \ No newline at end of file diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index b44c9c2..b430a7a 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -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