Skip to content

Commit 3784e1d

Browse files
committed
fix: JUL and Logback tests
1 parent bd31dc8 commit 3784e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log4j-samples-graalvm/src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</encoder>
2525
</appender>
2626

27-
<root level="TRACE">
27+
<root level="DEBUG">
2828
<appender-ref ref="FILE" />
2929
</root>
3030
</configuration>

log4j-samples-graalvm/src/main/resources/logging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
##
1818
handlers = java.util.logging.FileHandler
19-
.level = FINER
19+
.level = FINE
2020
java.util.logging.FileHandler.pattern = target/logs/file.log
2121
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
2222
java.util.logging.SimpleFormatter.format = %4$s %3$s - %5$s%n

0 commit comments

Comments
 (0)