Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90D5CE268 for ; Wed, 20 Feb 2013 01:48:27 +0000 (UTC) Received: (qmail 47269 invoked by uid 500); 20 Feb 2013 01:48:27 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 47214 invoked by uid 500); 20 Feb 2013 01:48:27 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 47206 invoked by uid 99); 20 Feb 2013 01:48:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 01:48:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0EB6982CE73; Wed, 20 Feb 2013 01:48:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kelveny@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/master - CLOUDSTACK-1333: enable logging at Spring startup phase Message-Id: <20130220014827.0EB6982CE73@tyr.zones.apache.org> Date: Wed, 20 Feb 2013 01:48:26 +0000 (UTC) Updated Branches: refs/heads/master 4d80b71ec -> 73d5926d0 CLOUDSTACK-1333: enable logging at Spring startup phase Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/73d5926d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/73d5926d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/73d5926d Branch: refs/heads/master Commit: 73d5926d0fa9913b5c50037c9222189c42232f3f Parents: 4d80b71 Author: Kelven Yang Authored: Tue Feb 19 20:47:57 2013 -0500 Committer: Kelven Yang Committed: Tue Feb 19 20:48:10 2013 -0500 ---------------------------------------------------------------------- client/WEB-INF/web.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/73d5926d/client/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/client/WEB-INF/web.xml b/client/WEB-INF/web.xml index 0d75165..626305b 100644 --- a/client/WEB-INF/web.xml +++ b/client/WEB-INF/web.xml @@ -19,6 +19,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> + + + log4jConfigLocation + /WEB-INF/classes/log4j-cloud.xml + + + org.springframework.web.util.Log4jConfigListener + org.springframework.web.context.ContextLoaderListener