Skip to content

Commit ac82451

Browse files
committed
Add ability to adjust log lev in POM
1 parent 3b54288 commit ac82451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127

128128
<!-- Log verbosity -->
129129
<hide-test-logs-in-console>true</hide-test-logs-in-console>
130+
<test-log-verbosity>INFO</test-log-verbosity>
130131

131132
<!--
132133
This argument is pulled in by Surefire and Failsafe, and JaCoCo will amend it to
@@ -152,7 +153,7 @@
152153
-DmvnArgLinePropagated=true
153154
-Dnet.bytebuddy.experimental=true
154155
-Dorg.slf4j.simpleLogger.log=WARN
155-
-Dorg.slf4j.simpleLogger.log.io.github.ascopes.jct=INFO
156+
-Dorg.slf4j.simpleLogger.log.io.github.ascopes.jct=${test-log-verbosity}
156157
-Xshare:off
157158
-XX:+TieredCompilation
158159
-XX:TieredStopAtLevel=1

0 commit comments

Comments
 (0)