Updated Branches: refs/heads/master 42c078422 -> 3412ce734
system vm: Use systemvm.log as logfile for System VM's. In commit:01ea1fba2f7277d687bf72bf79988d25ecb501c2 this was adjusted to "consoleproxy.log", but the SSVM and CPVM share the same log4j configuration. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3412ce73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3412ce73 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3412ce73 Branch: refs/heads/master Commit: 3412ce7348f693efe675e3553981e7d507a265e4 Parents: 42c0784 Author: Wido den Hollander <[email protected]> Authored: Thu Jun 21 14:15:10 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Thu Jun 21 14:15:10 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/3412ce73/console-proxy/conf/log4j-cloud.xml ---------------------------------------------------------------------- diff --git a/console-proxy/conf/log4j-cloud.xml b/console-proxy/conf/log4j-cloud.xml index e604236..7e455c1 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="/var/log/cloud/consoleproxy.log"/> + <param name="File" value="/var/log/cloud/systemvm.log"/> <param name="Append" value="true"/> <param name="Threshold" value="DEBUG"/>
