Hi, just a wild guess:

On 03/09/2012 04:31 PM, bodik wrote:
it behaves the same with

$ModLoad imtcp
$InputTCPServerRun 1514

and

*.* @@server:1514

Local logging stops completely, or is just very slow?
If the later, can't this be a simple case of rate limiting?
There's an option '$IMUXSockRateLimitInterval' to control this.
The default has been changed to zero, but just recently (v5.9.6?).

You have a separate queue

$ActionQueueType LinkedList        # use asynchronous processing

but don't drop any messages

$ActionResumeRetryCount -1         # infinite retries on insert failure

so after it fills up, also the main queue fills up.

"$ActionQueueTimeoutEnqueue 1" might also be helpful.

Tomas
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/

Reply via email to