From: Matthijs Kooijman Date: Wed, 29 Feb 2012 15:24:41 +0000 (+0100) Subject: rsyslog: Don't do remote logging X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=bb55af102f9b04f0319d55fb6f7ded2543770cfd rsyslog: Don't do remote logging Since we are the remote log server, don't send out our logs anywhere. --- 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 -