comparison xml/en/docs/http/ngx_http_log_module.xml @ 656:ea8773eff48d

FreeBSD writes to regular files are atomic.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Aug 2012 12:50:08 +0000
parents 764fbac1b8b4
children 56fa3cab4ceb
comparison
equal deleted inserted replaced
655:93d2a54d247c 656:ea8773eff48d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_log_module" 10 <module name="Module ngx_http_log_module"
11 link="/en/docs/http/ngx_http_log_module.html" 11 link="/en/docs/http/ngx_http_log_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_log_module</literal> module writes request logs 18 The <literal>ngx_http_log_module</literal> module writes request logs
68 “<literal>combined</literal>” is used. 68 “<literal>combined</literal>” is used.
69 </para> 69 </para>
70 70
71 <para> 71 <para>
72 The buffer size must not exceed the size of the atomic write to a disk file. 72 The buffer size must not exceed the size of the atomic write to a disk file.
73 For FreeBSD 3.0-6.0 this size is unlimited. 73 For FreeBSD 3.0+ this size is unlimited.
74 </para> 74 </para>
75 75
76 <para> 76 <para>
77 The file path can contain variables (0.7.6+), 77 The file path can contain variables (0.7.6+),
78 but such logs have some constraints: 78 but such logs have some constraints: