mirror of https://github.com/apache/cloudstack.git
open up logging for secondary storage
This commit is contained in:
parent
9fccc637d7
commit
935734868f
|
|
@ -11,7 +11,7 @@
|
|||
<appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
|
||||
<param name="File" value="/var/log/cloud/cloud.log"/>
|
||||
<param name="Append" value="true"/>
|
||||
<param name="Threshold" value="WARN"/>
|
||||
<param name="Threshold" value="DEBUG"/>
|
||||
|
||||
<!-- Rollover at midnight each day -->
|
||||
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue