You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/02 09:15:46 UTC

[GitHub] chetanmeh closed pull request #3935: Tune down excessive Zookeeper logging in core components and tests.

chetanmeh closed pull request #3935: Tune down excessive Zookeeper logging in core components and tests.
URL: https://github.com/apache/incubator-openwhisk/pull/3935
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/src/test/resources/logback-test.xml b/tests/src/test/resources/logback-test.xml
index ae31af6f3e..ee750fa0c3 100644
--- a/tests/src/test/resources/logback-test.xml
+++ b/tests/src/test/resources/logback-test.xml
@@ -13,6 +13,10 @@
     <!-- Kafka -->
     <logger name="org.apache.kafka" level="ERROR" />
 
+    <!-- Zookeeper -->
+    <logger name="org.apache.zookeeper" level="ERROR" />
+    <logger name="org.apache.curator" level="ERROR" />
+
     <logger name="akka.event.slf4j.Slf4jLogger" level="WARN" />
 
     <root level="${logback.log.level:-INFO}">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services