mirror of https://github.com/apache/cloudstack.git
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:
parent
42c078422c
commit
3412ce7348
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue