summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-05 12:45:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-05 12:45:14 +0200
commit5a596871194cb4c573bea7cbbd9c96e07dd27dd4 (patch)
tree5b2062fcdae0a2f43724b7b659c351d069320434 /doc
parent805061b34a2273b487f799fc8e8554abbd70a2d7 (diff)
parent5df935249e85c842f5fcbd636d300c17ab31f0f5 (diff)
downloadrsyslog-5a596871194cb4c573bea7cbbd9c96e07dd27dd4.tar.gz
rsyslog-5a596871194cb4c573bea7cbbd9c96e07dd27dd4.tar.xz
rsyslog-5a596871194cb4c573bea7cbbd9c96e07dd27dd4.zip
Merge branch 'c1-streamzip' into master-streamzip
Conflicts: ChangeLog configure.ac doc/rsyslog_conf_global.html runtime/stream.c tools/omfile.c
Diffstat (limited to 'doc')
-rw-r--r--doc/omfile.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/omfile.html b/doc/omfile.html
index 23ecc034..e58ea3b0 100644
--- a/doc/omfile.html
+++ b/doc/omfile.html
@@ -28,6 +28,16 @@
<li><strong>ZipLevel </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>
+ <li><b>VeryReliableZip</b> [<b>on</b>/off] (v7.3.0+) - if ZipLevel is greater 0,
+ then this setting controls if extra headers are written to make the resulting file
+ extra hardened against malfunction. If set to off, data appended to previously unclean
+ closed files may not be accessible without extra tools.
+ Note that this risk is usually expected to be bearable, and thus "off" is the default mode.
+ The extra headers considerably
+ degrade compression, files with this option set to "on" may be four to five times as
+ large as files processed in "off" mode.
+ </li><br>
+
<li><strong>FlushInterval </strong>(not mandatory, default will be used)<br>
Defines a template to be used for the output. <br></li><br>