You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/04/23 02:57:44 UTC

[shardingsphere] branch revert-25120-dev created (now ffa0c01a8a4)

This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a change to branch revert-25120-dev
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


      at ffa0c01a8a4 Revert "Hide useless log in test (#25120)"

This branch includes the following new commits:

     new ffa0c01a8a4 Revert "Hide useless log in test (#25120)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Revert "Hide useless log in test (#25120)"

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch revert-25120-dev
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit ffa0c01a8a4e8a903cd05a1a2f73dc73e82c7300
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Sun Apr 23 10:57:36 2023 +0800

    Revert "Hide useless log in test (#25120)"
    
    This reverts commit b7d1f2180c01ef77a4e87fba9c36f129e0022b00.
---
 proxy/frontend/core/src/test/resources/logback-test.xml | 3 ++-
 test/it/pipeline/src/test/resources/logback-test.xml    | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/proxy/frontend/core/src/test/resources/logback-test.xml b/proxy/frontend/core/src/test/resources/logback-test.xml
index 6751a490a4e..65402274183 100644
--- a/proxy/frontend/core/src/test/resources/logback-test.xml
+++ b/proxy/frontend/core/src/test/resources/logback-test.xml
@@ -25,7 +25,8 @@
     <logger name="org.apache.shardingsphere" level="warn" additivity="false">
         <appender-ref ref="console" />
     </logger>
-    <logger name="org.apache.shardingsphere.proxy.frontend.netty.CDCChannelInboundHandler" level="off" />
+    <logger name="org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask" level="off" />
+    <logger name="org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler" level="off" />
     <root>
         <level value="info" />
         <appender-ref ref="console" />
diff --git a/test/it/pipeline/src/test/resources/logback-test.xml b/test/it/pipeline/src/test/resources/logback-test.xml
index c3f12901bda..294a4994d5b 100644
--- a/test/it/pipeline/src/test/resources/logback-test.xml
+++ b/test/it/pipeline/src/test/resources/logback-test.xml
@@ -22,9 +22,11 @@
             <pattern>[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %logger{36} - %msg%n</pattern>
         </encoder>
     </appender>
+    <logger name="org.apache.zookeeper" level="off" />
+    <logger name="org.apache.shardingsphere.data.pipeline.core.prepare.InventoryTaskSplitter" level="off" />
+    <logger name="org.apache.shardingsphere.data.pipeline.scenario.migration.api.impl.MigrationJobAPI" level="off" />
     <logger name="org.apache.shardingsphere.data.pipeline.core.ingest.dumper.InventoryDumper" level="off" />
-    <logger name="org.apache.shardingsphere.data.pipeline.core.task.InventoryTask" level="off" />
-
+    
     <root>
         <level value="error" />
         <appender-ref ref="console" />