summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-16 13:44:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-16 13:46:16 +0200
commit463e7cd2eaaafd7188335c52a8e032cd3ba0b31a (patch)
treeeab8b903a611f4ab1f865d058ad10e3bd2d73d23
parent3bc75747db1c0dcce261a4546a8c9e941a650ea0 (diff)
downloadrsyslog-463e7cd2eaaafd7188335c52a8e032cd3ba0b31a.tar.gz
rsyslog-463e7cd2eaaafd7188335c52a8e032cd3ba0b31a.tar.bz2
rsyslog-463e7cd2eaaafd7188335c52a8e032cd3ba0b31a.zip
doc bugfix: DynaFileCacheSize description in omfile was wrong
thanks to David Lang for alerting me.
-rw-r--r--doc/omfile.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/omfile.html b/doc/omfile.html
index a5c3bb3b..438d694c 100644
--- a/doc/omfile.html
+++ b/doc/omfile.html
@@ -111,8 +111,12 @@ File="/var/log/messages")
<p><b>Legacy Configuration Directives</b>:</p>
<ul>
- <li><strong>$DynaFileCacheSize </strong>(not mandatory, default will be used)<br>
- Defines a template to be used for the output. <br></li><br>
+ <li><strong>$DynaFileCacheSize </strong>(not mandatory, default 10)<br>
+ defines the maximum size of the dynafile cache for <b>this</b>
+ action. Cache size greatly affects performance and should be
+ set so that it matches the actual need. Note that files
+ inside the cache are kept open until either rsyslogd
+ is HUPed or the file is evicted from the cache.<br></li><br>
<li><strong>$OMFileZipLevel </strong>0..9 [default 0]<br>
if greater 0, turns on gzip compression of the output file. The higher the number, the better the compression, but also the more CPU is required for zipping.<br></li><br>