Skip to content

Commit 740993b

Browse files
cxzl25子懿
authored andcommitted
[CELEBORN-2279] Update log level from INFO to ERROR for console output in spark-it tests
### What changes were proposed in this pull request? Update log level from `INFO` to `ERROR` for console output in spark-it tests. ### Why are the changes needed? `spark-it` outputs too many INFO level logs to stdout. <img width="1017" height="143" alt="image" src="https://github.com/user-attachments/assets/41667a37-050b-4174-afe6-6e4afcda8fcc" /> <img width="783" height="188" alt="image" src="https://github.com/user-attachments/assets/6bb4f3e3-223d-4f8c-bea6-4c8d451bf4b9" /> ### Does this PR resolve a correctness bug? No ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GHA Closes #3623 from cxzl25/CELEBORN-2279. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: 子懿 <ziyi.jxf@antgroup.com>
1 parent 4b157c6 commit 740993b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/spark-it/src/test/resources/log4j2-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Console name="stdout" target="SYSTEM_OUT">
2222
<PatternLayout pattern="%d{yy/MM/dd HH:mm:ss,SSS} %p [%t] %c{1}: %m%n%ex"/>
2323
<Filters>
24-
<ThresholdFilter level="INFO"/>
24+
<ThresholdFilter level="ERROR"/>
2525
</Filters>
2626
</Console>
2727
<File name="file" fileName="target/unit-tests.log">

0 commit comments

Comments
 (0)