File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626
2727 <!-- A time/date based rolling appender -->
2828 <RollingFile name =" FILE" append =" true" fileName =" @AGENTLOG@" filePattern =" @AGENTLOG@.%d{yyyy-MM-dd}.gz" >
29- <ThresholdFilter level =" INFO " onMatch =" ACCEPT" onMismatch =" DENY" />
29+ <ThresholdFilter level =" DEBUG " onMatch =" ACCEPT" onMismatch =" DENY" />
3030 <Policies >
3131 <TimeBasedTriggeringPolicy />
3232 </Policies >
@@ -49,7 +49,9 @@ under the License.
4949 <!-- Limit categories -->
5050 <!-- ================ -->
5151
52- <Logger name =" com.cloud" level =" INFO" />
52+ <Logger name =" com.cloud" level =" DEBUG" />
53+
54+ <Logger name =" org.apache.cloudstack" level =" DEBUG" />
5355
5456 <Logger name =" org.apache" level =" INFO" />
5557
@@ -67,7 +69,7 @@ under the License.
6769 <!-- Setup the Root category -->
6870 <!-- ======================= -->
6971
70- <Root level =" INFO " >
72+ <Root level =" DEBUG " >
7173 <AppenderRef ref =" CONSOLE" />
7274 <AppenderRef ref =" FILE" />
7375 </Root >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ under the License.
110110 <!-- Setup the Root category -->
111111 <!-- ======================= -->
112112
113- <Root level =" INFO " >
113+ <Root level =" DEBUG " >
114114 <AppenderRef ref =" SYSLOG" />
115115 <AppenderRef ref =" CONSOLE" />
116116 <AppenderRef ref =" FILE" />
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ under the License.
6060 <!-- Setup the Root category -->
6161 <!-- ======================= -->
6262
63- <Root level =" INFO " >
63+ <Root level =" DEBUG " >
6464 <AppenderRef ref =" CONSOLE" />
6565 <AppenderRef ref =" USAGE" />
6666 </Root >
You can’t perform that action at this time.
0 commit comments