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 9C369E846 for ; Thu, 28 Feb 2013 20:47:55 +0000 (UTC) Received: (qmail 57550 invoked by uid 500); 28 Feb 2013 20:47:53 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 57473 invoked by uid 500); 28 Feb 2013 20:47:53 -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 57374 invoked by uid 99); 28 Feb 2013 20:47:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 20:47:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 60A5D1C0A2; Thu, 28 Feb 2013 20:47:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [49/50] [abbrv] git commit: refs/heads/ui-multiple-nics - Don't load from a fixed path, but load from the classpath so admins or packagers can overwrite the logging config Message-Id: <20130228204753.60A5D1C0A2@tyr.zones.apache.org> Date: Thu, 28 Feb 2013 20:47:53 +0000 (UTC) Don't load from a fixed path, but load from the classpath so admins or packagers can overwrite the logging config Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/97ca7791 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/97ca7791 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/97ca7791 Branch: refs/heads/ui-multiple-nics Commit: 97ca7791b319d79578f5147844a694d1461270c4 Parents: b1fcccc Author: Hugo Trippaers Authored: Thu Feb 28 21:28:46 2013 +0100 Committer: Hugo Trippaers Committed: Thu Feb 28 21:28:46 2013 +0100 ---------------------------------------------------------------------- client/WEB-INF/web.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/97ca7791/client/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/client/WEB-INF/web.xml b/client/WEB-INF/web.xml index 626305b..da2f13c 100644 --- a/client/WEB-INF/web.xml +++ b/client/WEB-INF/web.xml @@ -22,7 +22,7 @@ log4jConfigLocation - /WEB-INF/classes/log4j-cloud.xml + classpath:log4j-cloud.xml org.springframework.web.util.Log4jConfigListener