Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C484C1086C for ; Tue, 23 Dec 2014 00:23:48 +0000 (UTC) Received: (qmail 8276 invoked by uid 500); 23 Dec 2014 00:23:48 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 8238 invoked by uid 500); 23 Dec 2014 00:23:48 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 8161 invoked by uid 99); 23 Dec 2014 00:23:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 00:23:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 69FF0A33F53; Tue, 23 Dec 2014 00:23:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Tue, 23 Dec 2014 00:23:49 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Dec 22 19:17:40 2014 -0500 Committer: Josh Elser 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) {