Skip to content

Commit d736d89

Browse files
authored
Change netty logs to INFO when running tests (#3196)
netty is really quite noisy at debug level making it hard to read the output of yaml tests
1 parent 7e8a798 commit d736d89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle/scripts/log4j-test.properties

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ appender.console.layout.pattern = %d [%level] %logger{1.} - %m %X%n%ex{full}
2929
rootLogger.level = debug
3030
rootLogger.appenderRefs = stdout
3131
rootLogger.appenderRef.stdout.ref = STDOUT
32+
33+
logger.netty-grpc.name = io.grpc.netty
34+
logger.netty-grpc.level = INFO
35+
logger.netty.name = io.netty
36+
logger.netty.level = INFO

0 commit comments

Comments
 (0)