Skip to content

Commit b66dd3c

Browse files
committed
enable debug logging for mvn test
1 parent 4d4f978 commit b66dd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
cache: maven
5959

6060
- name: Build and test
61-
run: mvn -B install --file pom.xml -X
61+
run: mvn -B install --file pom.xml -X -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG

0 commit comments

Comments
 (0)