File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ under the License.
5151 <!-- ============================== -->
5252
5353 <Syslog name =" SYSLOG" host =" localhost" port =" 514" protocol =" UDP" appName =" ApacheCloudStack" facility =" LOCAL6" >
54+ <ThresholdFilter level =" WARN" onMatch =" ACCEPT" onMismatch =" DENY" />
55+ <PatternLayout pattern =" %d{DEFAULT} %-5p [%c{1.}] (%t:%x) (logid:%X{logcontextid}) %m%ex{filters(${filters})}%n" />
5456 </Syslog >
5557
5658 <!-- ============================== -->
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ under the License.
5757 <!-- ============================== -->
5858
5959 <Syslog name =" SYSLOG" host =" localhost" port =" 514" protocol =" UDP" appName =" ApacheCloudStack" facility =" LOCAL6" >
60+ <ThresholdFilter level =" WARN" onMatch =" ACCEPT" onMismatch =" DENY" />
61+ <PatternLayout pattern =" %d{DEFAULT} %-5p [%c{1.}] (%t:%x) (logid:%X{logcontextid}) %m%ex{filters(${filters})}%n" />
6062 </Syslog >
6163
6264 <!-- ============================== -->
You can’t perform that action at this time.
0 commit comments