[rsyslog] computer hang-up and WorkDirectory
Mr. Demeanour
mrdemeanour at jackpot.uk.net
Fri Nov 6 20:10:15 CET 2009
david at lang.hm wrote:
> On Fri, 6 Nov 2009, Miguel Angel Nieto wrote:
>
>>> in other cases you are willing to loose logs rather than freezing
>>> the machine and can configure rsyslog to accept messages, even
>>> when it can't do anything with them to avoid this sort of lockup.
>>>
>> How can I do to tell rsyslog to accept all messages and not use any
>> queue?
>
> you cannot tell rsyslog to not use a queue.
Is that really true?
"Direct queues are non-queuing queues. A queue in direct mode does
neither queue nor buffer any of the queue elements but rather passes the
element directly (and immediately) from the producer to the consumer.
This sounds strange, but there is a good reason for this queue type."
[...]
"To create a direct queue, use the "$<object>QueueType Direct" config
directive."
e.g. (I suppose):
$MainQueueType Direct
http://www.rsyslog.com/doc-queues.html
--
Jack.
More information about the rsyslog
mailing list