You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/12/23 01:23:49 UTC

[2/2] accumulo git commit: ACCUMULO-3449 Move the log level to debug

ACCUMULO-3449 Move the log level to debug


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/87194852
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/87194852
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/87194852

Branch: refs/heads/master
Commit: 87194852ff2703dbf206e95b527c4714a61e0a4b
Parents: 148e293
Author: Josh Elser <el...@apache.org>
Authored: Mon Dec 22 19:17:40 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Dec 22 19:17:40 2014 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/87194852/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
----------------------------------------------------------------------
diff --git a/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java b/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
index 7b3ee2e..10dfdc2 100644
--- a/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
+++ b/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
@@ -105,7 +105,7 @@ public class ZooTraceClient extends SendSpansViaThrift implements Watcher {
       public void run() {
         try {
           updateHostsFromZooKeeper();
-          log.info("Successfully initialized tracer hosts from ZooKeeper");
+          log.debug("Successfully initialized tracer hosts from ZooKeeper");
           // Once this passes, we can issue a shutdown of the pool
           svc.shutdown();
         } catch (Exception e) {