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.
This commit is contained in:
Wido den Hollander 2012-06-21 14:15:10 +02:00
parent 42c078422c
commit 3412ce7348
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>