mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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 -->
|
<!-- A time/date based rolling appender -->
|
||||||
<appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
|
<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="Append" value="true"/>
|
||||||
<param name="Threshold" value="DEBUG"/>
|
<param name="Threshold" value="DEBUG"/>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user