This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 27bc2c0 Turn off unnecessary logs from HikariCP in integration test
(#15448)
27bc2c0 is described below
commit 27bc2c02eeb908800d104ab8cdaebd3cb8bd3943
Author: Haoran Meng <[email protected]>
AuthorDate: Wed Feb 16 20:22:18 2022 +0800
Turn off unnecessary logs from HikariCP in integration test (#15448)
---
.../src/test/resources/logback-test.xml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/logback-test.xml
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/logback-test.xml
index 8e8688e..d80d16d 100644
---
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/logback-test.xml
+++
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/logback-test.xml
@@ -25,6 +25,7 @@
<logger name="org.apache.shardingsphere" level="warn" additivity="true">
<appender-ref ref="console" />
</logger>
+ <logger name="com.zaxxer.hikari.pool.ProxyConnection" level="off" />
<root>
<level value="warn" />
<appender-ref ref="console" />