comparison xml/en/docs/http/ngx_http_log_module.xml @ 939:2a9e42106d6f

Removed trailing spaces.
author Vladimir Homutov <vl@nginx.com>
date Thu, 04 Jul 2013 12:11:28 +0400
parents 9dab69f2b71d
children aded7086e84f
comparison
equal deleted inserted replaced
938:edc2c630ba62 939:2a9e42106d6f
109 <para> 109 <para>
110 If the <literal>gzip</literal> parameter is used, then the buffered data will 110 If the <literal>gzip</literal> parameter is used, then the buffered data will
111 be compressed before writing to the file. 111 be compressed before writing to the file.
112 The compression level can be set between 1 (fastest, less compression) 112 The compression level can be set between 1 (fastest, less compression)
113 and 9 (slowest, best compression). 113 and 9 (slowest, best compression).
114 By default the buffer size is equal to 64K bytes, and the compression level 114 By default the buffer size is equal to 64K bytes, and the compression level
115 is set to 1. 115 is set to 1.
116 Since the data is compressed in atomic blocks, the log file can be decompressed 116 Since the data is compressed in atomic blocks, the log file can be decompressed
117 or read by “<literal>zcat</literal>” at any time. 117 or read by “<literal>zcat</literal>” at any time.
118 </para> 118 </para>
119 119