Return-Path: X-Original-To: apmail-sentry-commits-archive@minotaur.apache.org Delivered-To: apmail-sentry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8200C1110A for ; Fri, 12 Sep 2014 17:37:58 +0000 (UTC) Received: (qmail 34863 invoked by uid 500); 12 Sep 2014 17:37:58 -0000 Delivered-To: apmail-sentry-commits-archive@sentry.apache.org Received: (qmail 34816 invoked by uid 500); 12 Sep 2014 17:37:58 -0000 Mailing-List: contact commits-help@sentry.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sentry.incubator.apache.org Delivered-To: mailing list commits@sentry.incubator.apache.org Received: (qmail 34807 invoked by uid 99); 12 Sep 2014 17:37:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 17:37:58 +0000 X-ASF-Spam-Status: No, hits=-2001.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 12 Sep 2014 17:37:36 +0000 Received: (qmail 30532 invoked by uid 99); 12 Sep 2014 17:37:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 17:37:34 +0000 Date: Fri, 12 Sep 2014 17:37:34 +0000 (UTC) From: "Prasad Mujumdar (JIRA)" To: commits@sentry.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SENTRY-425) Reduce logging verbosity in SentryPolicyServiceClient when creating new connections MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SENTRY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131799#comment-14131799 ] Prasad Mujumdar commented on SENTRY-425: ---------------------------------------- Looks fine to me. +1 > Reduce logging verbosity in SentryPolicyServiceClient when creating new connections > ----------------------------------------------------------------------------------- > > Key: SENTRY-425 > URL: https://issues.apache.org/jira/browse/SENTRY-425 > Project: Sentry > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Lenni Kuff > Assignee: Lenni Kuff > Priority: Minor > Attachments: SENTRY-425.diff > > > It would be nice to reduce logging verbosity in SentryPolicyServiceClient when creating new connections. Currently there are 3 log message displayed on info logging level (on the client side) with each new connection. These should probably be logged to debug. -- This message was sent by Atlassian JIRA (v6.3.4#6332)