From bb55af102f9b04f0319d55fb6f7ded2543770cfd Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Feb 2012 16:24:41 +0100 Subject: [PATCH] rsyslog: Don't do remote logging Since we are the remote log server, don't send out our logs anywhere. --- etc/rsyslog.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index cc838db..9d1aac1 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -86,20 +86,3 @@ local0,local1,local2,\ # Emergencies are sent to everybody logged in. # *.emerg * - -######################## -#### Remote logging #### -######################## - -# Send all log entries to the log vserver, but queue them in memory as well as -# on disk if needed. -# Use a linked list for queueing -$ActionQueueType LinkedList -# Name to use for the queue file -$ActionQueueFileName remote -# infinite retries on insert failure -$ActionResumeRetryCount -1 -# save in-memory data if rsyslog shuts down -$ActionQueueSaveOnShutdown on -*.* @@log.local;RSYSLOG_SyslogProtocol23Format - -- 2.30.2