rsyslog: Don't do remote logging
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Feb 2012 15:24:41 +0000 (16:24 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Feb 2012 16:03:27 +0000 (17:03 +0100)
Since we are the remote log server, don't send out our logs anywhere.

etc/rsyslog.conf

index cc838db7c0cdadc288f4977b64b2050cfc539012..9d1aac12bb885a82e4aed60f8438c6bd8c0cd537 100644 (file)
@@ -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
-