6 |
+:programname, isequal, "systemd" { (($rsyslog{systemd} || "disabled") ne "enabled" )? "stop" : "/var/log/systemd.log |
+:programname, isequal, "systemd" { (($rsyslog{systemd} || "disabled") ne "enabled" )? "stop" : "/var/log/systemd.log |
7 |
+& stop" } |
+& stop" } |
8 |
+ |
+ |
|
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions e-smith-base-5.8.1/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions |
|
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions 2014-03-23 22:47:23.000000000 -0400 |
|
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions 2022-04-15 15:26:26.100000000 -0400 |
|
|
@@ -1 +1 @@ |
|
|
-SYSLOGD_OPTIONS="-c 5" |
|
|
+SYSLOGD_OPTIONS="-c 5 -m 0" |
|
9 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd e-smith-base-5.8.1/root/etc/logrotate.d/systemd |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd e-smith-base-5.8.1/root/etc/logrotate.d/systemd |
10 |
--- e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd 1969-12-31 19:00:00.000000000 -0500 |
--- e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd 1969-12-31 19:00:00.000000000 -0500 |
11 |
+++ e-smith-base-5.8.1/root/etc/logrotate.d/systemd 2022-04-15 15:43:37.774000000 -0400 |
+++ e-smith-base-5.8.1/root/etc/logrotate.d/systemd 2022-04-15 15:43:37.774000000 -0400 |
18 |
+ endscript |
+ endscript |
19 |
+} |
+} |
20 |
+ |
+ |
21 |
|
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules |
22 |
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:25:27.343000000 -0400 |
23 |
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:26:37.204000000 -0400 |
24 |
|
@@ -7,10 +7,6 @@ |
25 |
|
} |
26 |
|
$ModLoad imklog |
27 |
|
{ |
28 |
|
-# provides --MARK-- message capability |
29 |
|
-} |
30 |
|
-$ModLoad immark |
31 |
|
-{ |
32 |
|
# provides getting logs from journald |
33 |
|
} |
34 |
|
$ModLoad imjournal |