Skip to content

Commit 19f5e62

Browse files
Merge pull request #23337: Fix Nexmark default log level
2 parents 5af5a1f + 0cefd12 commit 19f5e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/java/testing/nexmark/src/main/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# Set everything to be logged to the console
19-
log4j.rootCategory=DEBUG, console
19+
log4j.rootCategory=WARN, console
2020
log4j.appender.console=org.apache.log4j.ConsoleAppender
2121
log4j.appender.console.target=System.err
2222
log4j.appender.console.layout=org.apache.log4j.PatternLayout

0 commit comments

Comments
 (0)