File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,7 @@ under the License.
5050 <!-- Append warnings+ to the syslog if it is listening on UDP port -->
5151 <!-- ============================== -->
5252
53- <Syslog name =" SYSLOG" host =" localhost" 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" />
53+ <Syslog name =" SYSLOG" host =" localhost" port =" 514" protocol =" UDP" appName =" ApacheCloudStack" facility =" LOCAL6" >
5654 </Syslog >
5755
5856 <!-- ============================== -->
Original file line number Diff line number Diff line change @@ -56,10 +56,7 @@ under the License.
5656 <!-- Append warnings+ to the syslog if it is listening on UDP port -->
5757 <!-- ============================== -->
5858
59-
60- <Syslog name =" SYSLOG" host =" localhost" facility =" LOCAL6" >
61- <ThresholdFilter level =" WARN" onMatch =" ACCEPT" onMismatch =" DENY" />
62- <PatternLayout pattern =" %-5p [%c{1.}] (%t:%x) %m%ex%n" />
59+ <Syslog name =" SYSLOG" host =" localhost" port =" 514" protocol =" UDP" appName =" ApacheCloudStack" facility =" LOCAL6" >
6360 </Syslog >
6461
6562 <!-- ============================== -->
You can’t perform that action at this time.
0 commit comments