From dev-return-159-apmail-tephra-dev-archive=tephra.apache.org@tephra.incubator.apache.org Wed Sep 7 19:25:09 2016 Return-Path: X-Original-To: apmail-tephra-dev-archive@minotaur.apache.org Delivered-To: apmail-tephra-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 A33BC19B1C for ; Wed, 7 Sep 2016 19:25:09 +0000 (UTC) Received: (qmail 70871 invoked by uid 500); 7 Sep 2016 19:25:09 -0000 Delivered-To: apmail-tephra-dev-archive@tephra.apache.org Received: (qmail 70843 invoked by uid 500); 7 Sep 2016 19:25:09 -0000 Mailing-List: contact dev-help@tephra.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tephra.incubator.apache.org Delivered-To: mailing list dev@tephra.incubator.apache.org Delivered-To: moderator for dev@tephra.incubator.apache.org Received: (qmail 26542 invoked by uid 99); 7 Sep 2016 19:10:21 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled From: poornachandra To: dev@tephra.incubator.apache.org Reply-To: dev@tephra.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-tephra pull request #3: Add logback-test.xml to reduce test output Content-Type: text/plain Message-Id: <20160907191017.86E00E03CE@git1-us-west.apache.org> Date: Wed, 7 Sep 2016 19:10:17 +0000 (UTC) Github user poornachandra commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/3#discussion_r77885100 --- Diff: pom.xml --- @@ -346,6 +352,18 @@ + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + test --- End diff -- Since we don't know what kind of logging library will be used on the cluster, we only change it for test scope. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---