Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A2D9C200D15 for ; Thu, 5 Oct 2017 19:58:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A1EB81609E2; Thu, 5 Oct 2017 17:58:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DF6121609D2 for ; Thu, 5 Oct 2017 19:58:25 +0200 (CEST) Received: (qmail 46228 invoked by uid 500); 5 Oct 2017 17:58:25 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 46217 invoked by uid 99); 5 Oct 2017 17:58:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2017 17:58:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94E1FF5C75; Thu, 5 Oct 2017 17:58:24 +0000 (UTC) From: dernasherbrezon To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #391: ZOOKEEPER-2727: WARN and stacktrace for normally close... Content-Type: text/plain Message-Id: <20171005175824.94E1FF5C75@git1-us-west.apache.org> Date: Thu, 5 Oct 2017 17:58:24 +0000 (UTC) archived-at: Thu, 05 Oct 2017 17:58:26 -0000 Github user dernasherbrezon commented on the issue: https://github.com/apache/zookeeper/pull/391 Hey @phunt, using WARN log level for debugging sounds weird, don't you think? Especially when special log level DEBUG exists. And stacktrace already logged in DEBUG. ---