Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B26210BAD for ; Fri, 11 Apr 2014 02:18:40 +0000 (UTC) Received: (qmail 78608 invoked by uid 500); 11 Apr 2014 02:18:39 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 78570 invoked by uid 500); 11 Apr 2014 02:18:39 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 78562 invoked by uid 99); 11 Apr 2014 02:18:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 02:18:38 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Apr 2014 02:18:37 +0000 Received: (qmail 77801 invoked by uid 99); 11 Apr 2014 02:18:16 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 02:18:16 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 3A8231D5E84; Fri, 11 Apr 2014 02:18:12 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============9166433015157493203==" MIME-Version: 1.0 Subject: Re: Review Request 20249: AURORA-244: Fix zookeeper logs being swallowed due to missing log4j.properties From: "Dan Norris" To: "Kevin Sweeney" Cc: "Dan Norris" , "Aurora" Date: Fri, 11 Apr 2014 02:18:11 -0000 Message-ID: <20140411021811.16862.23003@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Dan Norris" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/20249/ X-Sender: "Dan Norris" References: <20140411021459.22531.51901@reviews.apache.org> In-Reply-To: <20140411021459.22531.51901@reviews.apache.org> Reply-To: "Dan Norris" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============9166433015157493203== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20249/ ----------------------------------------------------------- (Updated April 11, 2014, 2:18 a.m.) Review request for Aurora and Kevin Sweeney. Bugs: AURORA-244 https://issues.apache.org/jira/browse/AURORA-244 Repository: aurora Description (updated) ------- AURORA-244: Fix zookeeper logs being swallowed due to missing log4j.properties I ended up just using the default log4j properties file that comes with Zookeeper. We might just want to write our own and use that in the Vagrant image. Diffs ----- examples/vagrant/upstart/aurora-scheduler.conf ec9e1b8db6a3d08c0a95765f4d78ffc43d5816b3 Diff: https://reviews.apache.org/r/20249/diff/ Testing ------- In Vagrant: sudo stop aurora-scheduler; sudo rm /var/log/upstart/aurora-scheduler.log; sudo start aurora-scheduler. No more message about a missing log4j appender. Thanks, Dan Norris --===============9166433015157493203==--