From drill-dev-return-1802-apmail-incubator-drill-dev-archive=incubator.apache.org@incubator.apache.org Thu May 30 03:19:50 2013 Return-Path: X-Original-To: apmail-incubator-drill-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-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 E6ED49CDF for ; Thu, 30 May 2013 03:19:50 +0000 (UTC) Received: (qmail 4151 invoked by uid 500); 30 May 2013 03:19:49 -0000 Delivered-To: apmail-incubator-drill-dev-archive@incubator.apache.org Received: (qmail 3984 invoked by uid 500); 30 May 2013 03:19:48 -0000 Mailing-List: contact drill-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-dev@incubator.apache.org Delivered-To: mailing list drill-dev@incubator.apache.org Delivered-To: moderator for drill-dev@incubator.apache.org Received: (qmail 86667 invoked by uid 99); 29 May 2013 20:28:25 -0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jacques@apache.org To: drill-dev@incubator.apache.org Date: Wed, 29 May 2013 20:28:25 -0000 Message-Id: <0a2c7174c8714f93aae2a997e54e1fa3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Switch test log back to only utilize socket Updated Branches: refs/heads/execwork b8db98ad7 -> ea5211111 Switch test log back to only utilize socket Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/87ab0720 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/87ab0720 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/87ab0720 Branch: refs/heads/execwork Commit: 87ab0720e5d6bfb15e490fc1268f19d87a8464e8 Parents: b8db98a Author: Jacques Nadeau Authored: Wed May 22 08:06:28 2013 -0700 Committer: Jacques Nadeau Committed: Wed May 22 08:06:28 2013 -0700 ---------------------------------------------------------------------- .../exec/java-exec/src/test/resources/logback.xml | 59 ++++++--------- 1 files changed, 22 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/87ab0720/sandbox/prototype/exec/java-exec/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/exec/java-exec/src/test/resources/logback.xml b/sandbox/prototype/exec/java-exec/src/test/resources/logback.xml index 3af6e10..206a469 100644 --- a/sandbox/prototype/exec/java-exec/src/test/resources/logback.xml +++ b/sandbox/prototype/exec/java-exec/src/test/resources/logback.xml @@ -1,43 +1,28 @@ - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - + + true + 10000 + true + localhost + - - - - - - - + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + - - - - - - + + + + + + + + + \ No newline at end of file