From 975c46b35f74f26ac4d11db8a336b2911666a2d3 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Tue, 14 Feb 2017 13:28:20 +0100 Subject: [PATCH] Fix duplicate kernel messages in /tmp/syslog (#1382611) Resolves: rhbz#1382611 The kernel messages will be read from journal so don't use additional imlkog module to read them duplicitly. Fixup of commit b5d0b1fd79cb3b785f2c46be4488af9a51ad5dc9 --- share/config_files/common/rsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config_files/common/rsyslog.conf b/share/config_files/common/rsyslog.conf index 94b180c8..72018d7d 100644 --- a/share/config_files/common/rsyslog.conf +++ b/share/config_files/common/rsyslog.conf @@ -9,7 +9,7 @@ $ModLoad imuxsock # provides support for local system logging (e.g. via logger command) $SystemLogRateLimitInterval 0 # disables message dropping, we need all of them $ModLoad imjournal # provides access to the systemd journal -$ModLoad imklog # reads kernel messages (the same are read from journald) +#$ModLoad imklog # reads kernel messages (the same are read from journald) #$ModLoad immark # provides --MARK-- message capability # Provides UDP syslog reception