summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-31 09:38:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-31 09:38:46 +0000
commitef1671ac6bd2da301109cf6bae1c106f6c357a7b (patch)
treee1818eb8c70cab1ae3bafcc4fc377608c485647d /rsyslog.conf
parent0218ac3b17cf22f44895cd06e8501c93e922407a (diff)
downloadrsyslog-ef1671ac6bd2da301109cf6bae1c106f6c357a7b.tar.gz
rsyslog-ef1671ac6bd2da301109cf6bae1c106f6c357a7b.tar.xz
rsyslog-ef1671ac6bd2da301109cf6bae1c106f6c357a7b.zip
- rename $<obj>TimoutWorkerThreadShutdown to
$<obj>WorkerTimoutThreadShutdown for consistency reasons - changed default for action queue size to 1000 elements (more reasonable here) - fixed bug in sample rsyslog.conf
Diffstat (limited to 'rsyslog.conf')
-rw-r--r--rsyslog.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.conf b/rsyslog.conf
index 3b266d96..2740c794 100644
--- a/rsyslog.conf
+++ b/rsyslog.conf
@@ -41,6 +41,7 @@ local7.* /var/log/boot.log
#$ActionQueueMaxDiskSpace 2g # 2gb space limit (use as much as possible)
#$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
#$ActionQueueType LinkedList # run asynchronously
+#$ActionResumeRetryCount -1 # infinety retries if host is down
#*.* @@remote-host # remote host is: name/ip:port