rsyslog: Don't do remote logging
[matthijs/servers/tika.git] / 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
-