From 7a7451a1b87360ceb0b5d5d81e4566e81c033675 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Apr 2015 12:55:31 -0600 Subject: [PATCH] add statments from Centos7.1 release --- clientside/tmcc/centos7/rsyslog.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/clientside/tmcc/centos7/rsyslog.conf b/clientside/tmcc/centos7/rsyslog.conf index a932729d7..c004c1e57 100644 --- a/clientside/tmcc/centos7/rsyslog.conf +++ b/clientside/tmcc/centos7/rsyslog.conf @@ -23,6 +23,12 @@ $ModLoad imklog # provides kernel logging support (previously done by rklogd) # Use default timestamp format $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat +# Where to place auxiliary files +$WorkDirectory /var/lib/rsyslog + +# Use default timestamp format +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat + # File syncing capability is disabled by default. This feature is usually not required, # not useful and an extreme performance hit #$ActionFileEnableSync on @@ -30,6 +36,12 @@ $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat # Include all config files in /etc/rsyslog.d/ $IncludeConfig /etc/rsyslog.d/*.conf +# Turn off message reception via local log socket; +# local messages are retrieved through imjournal now. +$OmitLocalLogging on + +# File to store the position in the journal +$IMJournalStateFile imjournal.state #### RULES #### -- GitLab