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/01 19:48:57 UTC

[GitHub] markusthoemmes commented on a change in pull request #3935: Tune down excessive Zookeeper logging in core components and tests.

markusthoemmes commented on a change in pull request #3935: Tune down excessive Zookeeper logging in core components and tests.
URL: https://github.com/apache/incubator-openwhisk/pull/3935#discussion_r207009540
 
 

 ##########
 File path: common/scala/src/main/resources/logback.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" />
 
 Review comment:
   Hm, unsure about the benefits there as errors should be logged either way?

----------------------------------------------------------------
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