@@ -24,7 +24,6 @@ under the License.
2424 <!-- Preserve messages in a local file -->
2525 <!-- ================================= -->
2626
27-
2827 <!-- A regular appender -->
2928 <RollingFile name =" FILE" append =" true" fileName =" @MSLOG@" filePattern =" @MSLOG@.%d{yyyy-MM-dd}.gz" >
3029 <ThresholdFilter level =" TRACE" onMatch =" ACCEPT" onMismatch =" DENY" />
@@ -34,7 +33,6 @@ under the License.
3433 <PatternLayout pattern =" %d{DEFAULT} %-5p [%c{1.}] (%t:%x) %m%ex%n" />
3534 </RollingFile >
3635
37-
3836 <RollingFile name =" INFO-FILE" append =" true" fileName =" /var/log/cloudstack/management/management-server-info.log" filePattern =" /var/log/cloudstack/management/management-server-info.log.%d{yyyy-MM-dd}.gz" >
3937 <ThresholdFilter level =" INFO" onMatch =" ACCEPT" onMismatch =" DENY" />
4038 <Policies >
@@ -43,7 +41,6 @@ under the License.
4341 <PatternLayout pattern =" %d{DEFAULT} %-5p [%c{1.}] (%t:%x) (logid:%X{logcontextid}) %m%ex%n" />
4442 </RollingFile >
4543
46-
4744 <RollingFile name =" APISERVER" append =" true" fileName =" @APISERVERLOG@" filePattern =" @APISERVERLOG@.%d{yyyy-MM-dd}.gz" >
4845 <ThresholdFilter level =" DEBUG" onMatch =" ACCEPT" onMismatch =" DENY" />
4946 <Policies >
@@ -56,7 +53,6 @@ under the License.
5653 <!-- Append warnings+ to the syslog if it is listening on UDP port -->
5754 <!-- ============================== -->
5855
59-
6056 <Syslog name =" SYSLOG" host =" localhost" facility =" LOCAL6" >
6157 <ThresholdFilter level =" WARN" onMatch =" ACCEPT" onMismatch =" DENY" />
6258 <PatternLayout pattern =" %-5p [%c{1.}] (%t:%x) %m%ex%n" />
@@ -68,7 +64,7 @@ under the License.
6864
6965 <Console name =" CONSOLE" target =" SYSTEM_OUT" >
7066 <ThresholdFilter level =" OFF" onMatch =" ACCEPT" onMismatch =" DENY" />
71- <PatternLayout pattern =" %-5p [%c{1.}] (%t:%x) %m%ex%n" />
67+ <PatternLayout pattern =" %d{DEFAULT} % -5p [%c{1.}] (%t:%x) %m%ex%n" />
7268 </Console >
7369 </Appenders >
7470
0 commit comments