Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B043210088 for ; Tue, 15 Sep 2015 00:11:55 +0000 (UTC) Received: (qmail 82464 invoked by uid 500); 15 Sep 2015 00:11:46 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 82321 invoked by uid 500); 15 Sep 2015 00:11:46 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 82153 invoked by uid 99); 15 Sep 2015 00:11:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 00:11:46 +0000 Date: Tue, 15 Sep 2015 00:11:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1402) Logging uses root logger in some cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744548#comment-14744548 ] ASF GitHub Bot commented on IGNITE-1402: ---------------------------------------- Github user vkulichenko closed the pull request at: https://github.com/apache/ignite/pull/82 > Logging uses root logger in some cases > -------------------------------------- > > Key: IGNITE-1402 > URL: https://issues.apache.org/jira/browse/IGNITE-1402 > Project: Ignite > Issue Type: Bug > Components: general > Reporter: Valentin Kulichenko > Assignee: Valentin Kulichenko > Priority: Blocker > Labels: user-request > Fix For: ignite-1.4 > > > {{GridKernalContext.log()}} method returns root logger which should not be used by any of Ignite classes. This can cause the following scenario: > # User configures logger with DEBUG level as default and INFO level for {{org.apache.ignite}} package. > # Ignite class takes logger using {{GridKernalContext.log()}} and checks if debug is enabled. It will get true regardless of the settings for Ignite package. > There are places in code that uses {{GridKernalContext.log()}} method incorrectly, so it should be removed. We should always use {{GridKernalContext.log(Class cls)}} properly specifying the category. -- This message was sent by Atlassian JIRA (v6.3.4#6332)