some logging tweaks

This commit is contained in:
2024-07-27 14:48:04 +02:00
parent 8384cc9efc
commit 2d8744b426
8 changed files with 19 additions and 17 deletions

View File

@@ -35,9 +35,12 @@ jobs:
distribution: "zulu"
cache: maven
- name: Build and test with Maven
- name: Test with Maven
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package verify
- name: Build with Maven
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG
- uses: actions/upload-artifact@v3
with:
name: DHFS Server Package