Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 072931860A for ; Fri, 4 Dec 2015 20:01:18 +0000 (UTC) Received: (qmail 81095 invoked by uid 500); 4 Dec 2015 20:01:17 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 81058 invoked by uid 500); 4 Dec 2015 20:01:17 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 81047 invoked by uid 99); 4 Dec 2015 20:01:17 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 20:01:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 79A43C4F1F for ; Fri, 4 Dec 2015 20:01:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id YzfLOnmYfbUG for ; Fri, 4 Dec 2015 20:01:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 12BDA21231 for ; Fri, 4 Dec 2015 20:01:11 +0000 (UTC) Received: (qmail 80605 invoked by uid 99); 4 Dec 2015 20:01:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 20:01:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F2B52C1F74 for ; Fri, 4 Dec 2015 20:01:11 +0000 (UTC) Date: Fri, 4 Dec 2015 20:01:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-392) Centralized logging configuration for maven build 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/STREAMS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15042132#comment-15042132 ] ASF GitHub Bot commented on STREAMS-392: ---------------------------------------- GitHub user steveblackmon opened a pull request: https://github.com/apache/incubator-streams/pull/278 resolves STREAMS-392 You can merge this pull request into a Git repository by running: $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-392 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/278.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #278 ---- commit 55110b820e8c8eb4bf5a5f0db3954c84674c5bd6 Author: Steve Blackmon (@steveblackmon) Date: 2015-12-03T20:01:45Z resolves STREAMS-392 ---- > Centralized logging configuration for maven build > ------------------------------------------------- > > Key: STREAMS-392 > URL: https://issues.apache.org/jira/browse/STREAMS-392 > Project: Streams > Issue Type: Improvement > Reporter: Steve Blackmon > Assignee: Steve Blackmon > > Set up centralized logging configuration for maven build to allow suppression of the DEBUG and INFO messages that fly by in during test execution. -- This message was sent by Atlassian JIRA (v6.3.4#6332)