From dev-return-1527-apmail-tephra-dev-archive=tephra.apache.org@tephra.incubator.apache.org Mon Sep 11 05:13:13 2017 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 AFC9A1A92D for ; Mon, 11 Sep 2017 05:13:13 +0000 (UTC) Received: (qmail 81066 invoked by uid 500); 11 Sep 2017 05:13:13 -0000 Delivered-To: apmail-tephra-dev-archive@tephra.apache.org Received: (qmail 81020 invoked by uid 500); 11 Sep 2017 05:13:13 -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 Received: (qmail 80964 invoked by uid 99); 11 Sep 2017 05:13:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2017 05:13:13 +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 BC51BC150A for ; Mon, 11 Sep 2017 05:13:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 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=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gHOhZrhSzg2c for ; Mon, 11 Sep 2017 05:13:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id CEA925F566 for ; Mon, 11 Sep 2017 05:13:11 +0000 (UTC) Received: (qmail 80768 invoked by uid 99); 11 Sep 2017 05:13:11 -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; Mon, 11 Sep 2017 05:13:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0F52CF5617; Mon, 11 Sep 2017 05:13:11 +0000 (UTC) From: anew To: dev@tephra.incubator.apache.org Reply-To: dev@tephra.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-tephra pull request #55: TEPHRA-244 Remove regions of deleted tabl... Content-Type: text/plain Message-Id: <20170911051311.0F52CF5617@git1-us-west.apache.org> Date: Mon, 11 Sep 2017 05:13:11 +0000 (UTC) Github user anew commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/55#discussion_r137981190 --- Diff: tephra-hbase-compat-1.1-base/src/test/resources/logback-test.xml --- @@ -0,0 +1,39 @@ + + + + + + + %d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + + + + + --- End diff -- seems like this would be useful for all test cases... it removes a lot of distracting log messages. ---