You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/06/20 11:47:21 UTC

[1/2] git commit: console proxy: Adjust logfile to other path

Updated Branches:
  refs/heads/master e2a32ab4f -> 01ea1fba2


console proxy: Adjust logfile to other path

We now store the console proxy logs in /var/log/cloud/consoleproxy.log


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/01ea1fba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/01ea1fba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/01ea1fba

Branch: refs/heads/master
Commit: 01ea1fba2f7277d687bf72bf79988d25ecb501c2
Parents: a2de5fb
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Jun 20 11:46:20 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Wed Jun 20 11:46:20 2012 +0200

----------------------------------------------------------------------
 console-proxy/conf/log4j-cloud.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/01ea1fba/console-proxy/conf/log4j-cloud.xml
----------------------------------------------------------------------
diff --git a/console-proxy/conf/log4j-cloud.xml b/console-proxy/conf/log4j-cloud.xml
index 9112df7..e604236 100644
--- a/console-proxy/conf/log4j-cloud.xml
+++ b/console-proxy/conf/log4j-cloud.xml
@@ -9,7 +9,7 @@
 
    <!-- A time/date based rolling appender -->
    <appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
-      <param name="File" value="cloud.log"/>
+      <param name="File" value="/var/log/cloud/consoleproxy.log"/>
       <param name="Append" value="true"/>
       <param name="Threshold" value="DEBUG"/>