Skip to content

Commit 0a3a6eb

Browse files
XenServerstormi
authored andcommitted
Sync with xenserver-release-v8.4.0-17.tar.gz
* Thu Mar 13 2025 Gerald Elder-Vass <[email protected]> - 8.4.0-18 - CA-407370: Separate rsyslog configs for xenserver and customer (yes, the tarball version doesn't match the changelog entry, but both the tarball version and the SRPM release number are right) Signed-off-by: Samuel Verschelde <[email protected]>
1 parent 2c7d1c9 commit 0a3a6eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/common/etc/rsyslog.d/xenserver.conf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# -- DO NOT EDIT THIS FILE --
2+
# xenserver.conf contains the XenServer specific logging configurations
3+
# Any remote forwarding should be configured in another file in /etc/rsyslog.d/
4+
# e.g. /etc/rsyslog.d/remote.conf
5+
16
# Suppress duplicate messages and report "Last line repeated n times"
27
$RepeatedMsgReduction on
38

@@ -86,7 +91,3 @@ local1.* :omfile:$vmss_log
8691
# xcp-rrdd-plugins (info and above) to local0
8792
$outchannel xcp_rrdd_log,/var/log/xcp-rrdd-plugins.log,104857600,/etc/cron.daily/logrotate
8893
local0.info :omfile:$xcp_rrdd_log
89-
90-
# ignore default rules
91-
*.* ~
92-

0 commit comments

Comments
 (0)