You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/15 03:29:39 UTC

[shardingsphere-elasticjob] branch master updated: Expected error message should hide in logback-test.xml (#1064)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new dd2b4b5  Expected error message should hide in logback-test.xml (#1064)
dd2b4b5 is described below

commit dd2b4b51b2a2467098b35714e7671a00162a9bf1
Author: 于玉桔 <zh...@apache.org>
AuthorDate: Wed Jul 15 11:29:30 2020 +0800

    Expected error message should hide in logback-test.xml (#1064)
---
 .../elasticjob-lite-core/src/test/resources/logback-test.xml            | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elasticjob-lite/elasticjob-lite-core/src/test/resources/logback-test.xml b/elasticjob-lite/elasticjob-lite-core/src/test/resources/logback-test.xml
index fe1ea29..473355d 100644
--- a/elasticjob-lite/elasticjob-lite-core/src/test/resources/logback-test.xml
+++ b/elasticjob-lite/elasticjob-lite-core/src/test/resources/logback-test.xml
@@ -37,4 +37,6 @@
     </root>
     
     <logger name="org.apache.shardingsphere.elasticjob.lite.internal.snapshot.SnapshotService" level="OFF" />
+    <logger name="org.apache.shardingsphere.elasticjob.infra.handler.error.impl.LogJobErrorHandler" level="OFF" />
+    <logger name="org.apache.curator.framework.listen.MappingListenerManager" level="OFF" />
 </configuration>