Skip to content

Commit

Permalink
Log level = debug now and changed something in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GodCipher committed May 29, 2024
1 parent e6b04f1 commit fda5898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fda5898

Please sign in to comment.