diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-16 13:44:33 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-16 13:44:33 +0200 |
commit | e2721714dc8883ce8e88e796875f373aa383318a (patch) | |
tree | d259af854b06b84cfa28939568fc3f625a67845a | |
parent | 770738a9bfb0de4f40feb845a5fd8b25d292c095 (diff) | |
download | rsyslog-e2721714dc8883ce8e88e796875f373aa383318a.tar.gz rsyslog-e2721714dc8883ce8e88e796875f373aa383318a.tar.bz2 rsyslog-e2721714dc8883ce8e88e796875f373aa383318a.zip |
doc bugfix: DynaFileCacheSize description in omfile was wrong
thanks to David Lang for alerting me.
-rw-r--r-- | doc/omfile.html | 8 |
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> |