Skip to content

Commit 1d05589

Browse files
Daan HooglandDaanHoogland
authored andcommitted
syslog
1 parent 10fc1f3 commit 1d05589

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

client/conf/log4j-cloud.xml.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
<!-- ============================== -->

server/conf/log4j-cloud.xml.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
<!-- ============================== -->

0 commit comments

Comments
 (0)