mirror of https://github.com/apache/cloudstack.git
console proxy: Adjust logfile to other path
We now store the console proxy logs in /var/log/cloud/consoleproxy.log
This commit is contained in:
parent
a2de5fb7df
commit
01ea1fba2f
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue