From fda58982ba3ac714b6fcfb1836e24369c00368cf Mon Sep 17 00:00:00 2001 From: GodCipher Date: Wed, 29 May 2024 17:21:27 +0200 Subject: [PATCH] Log level = debug now and changed something in the ci --- .github/workflows/build-and-deploy.yml | 2 +- paladins-webservice/src/main/resources/application.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 164de25..6ff2747 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -51,5 +51,5 @@ jobs: port: 22 ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} local_path: '*.jar' - remote_path: '/home/paladins/webservice' + remote_path: ${{ secrets.REMOTE_PATH }} sftp-only: true \ No newline at end of file diff --git a/paladins-webservice/src/main/resources/application.properties b/paladins-webservice/src/main/resources/application.properties index a6fdfc7..2f77118 100644 --- a/paladins-webservice/src/main/resources/application.properties +++ b/paladins-webservice/src/main/resources/application.properties @@ -4,6 +4,7 @@ server.servlet.session.timeout=30m spring.mvc.async.request-timeout=3600000 # Overwriting the default logging pattern logging.pattern.console=[%d{dd-MM-yyyy | HH:mm:ss}] [%-5level] [%thread] [%-17logger] - %msg%n +logging.level.root=DEBUG # Database configuration spring.datasource.url=jdbc:mysql://localhost:3306/paladins spring.datasource.username=root