comparison xml/en/docs/ngx_core_module.xml @ 1893:f1c18acbe785

Added info about default log file to error_log.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Jan 2017 17:45:29 +0300
parents 3ed02f21146b
children 75d2478260f4
comparison
equal deleted inserted replaced
1892:0a769f5f874c 1893:f1c18acbe785
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="22"> 13 rev="23">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
157 <context>location</context> 157 <context>location</context>
158 158
159 <para> 159 <para>
160 Configures logging. 160 Configures logging.
161 Several logs can be specified on the same level (1.5.2). 161 Several logs can be specified on the same level (1.5.2).
162 If on the <literal>main</literal> configuration level writing a log to a file
163 is not explicitly defined, the default file will be used.
162 </para> 164 </para>
163 165
164 <para> 166 <para>
165 The first parameter defines a <value>file</value> that will store the log. 167 The first parameter defines a <value>file</value> that will store the log.
166 <!-- 168 <!--