From dev-return-64160-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Feb 9 21:05:00 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 36956180654 for ; Fri, 9 Feb 2018 21:05:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 26518160C4C; Fri, 9 Feb 2018 20:05:00 +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 62EA2160C3C for ; Fri, 9 Feb 2018 21:04:59 +0100 (CET) Received: (qmail 80283 invoked by uid 500); 9 Feb 2018 20:04:58 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 80268 invoked by uid 99); 9 Feb 2018 20:04:57 -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; Fri, 09 Feb 2018 20:04:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9803CDFBBB; Fri, 9 Feb 2018 20:04:57 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #1852: [ARTEMIS-1662] Reduce log of "INFO [org... Content-Type: text/plain Message-Id: <20180209200457.9803CDFBBB@git1-us-west.apache.org> Date: Fri, 9 Feb 2018 20:04:57 +0000 (UTC) Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1852#discussion_r167332364 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java --- @@ -64,7 +64,7 @@ @Message(id = 211001, value = "session created", format = Message.Format.MESSAGE_FORMAT) void dumpingSessionStack(@Cause Exception e); - @LogMessage(level = Logger.Level.INFO) + @LogMessage(level = Logger.Level.DEBUG) --- End diff -- disagree still but as its 2 v 1 and its logging at the end of the day (bigger issues to really worry on) ill make it a -0. Ive merged the PR as is. ---