diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-25 15:23:39 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-25 15:23:39 +0100 |
commit | d102aab886fcde914677146caf20bd68ca41bfff (patch) | |
tree | 550478d831ac685c58a6dd16bba3f49898054907 /tests/testsuites/asynwr_deadlock2.conf | |
parent | 841f841ce12e49659966db006f3f244e1f23b70e (diff) | |
download | rsyslog-d102aab886fcde914677146caf20bd68ca41bfff.tar.gz rsyslog-d102aab886fcde914677146caf20bd68ca41bfff.tar.xz rsyslog-d102aab886fcde914677146caf20bd68ca41bfff.zip |
new feature: $OMFileAsyncWriting directive added
it permits to specifiy if asynchronous writing should be done or not
Diffstat (limited to 'tests/testsuites/asynwr_deadlock2.conf')
-rw-r--r-- | tests/testsuites/asynwr_deadlock2.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuites/asynwr_deadlock2.conf b/tests/testsuites/asynwr_deadlock2.conf index c3eecae3..07811613 100644 --- a/tests/testsuites/asynwr_deadlock2.conf +++ b/tests/testsuites/asynwr_deadlock2.conf @@ -11,5 +11,6 @@ $template dynfile,"rsyslog.out.%msg:F,58:2%.log" # use multiple dynafiles $OMFileFlushOnTXEnd on $OMFileFlushInterval 10 $OMFileIOBufferSize 10k +$OMFileAsyncWriting on $DynaFileCacheSize 4 local0.* ?dynfile;outfmt |