comparison xml/en/docs/http/ngx_http_js_module.xml @ 2135:6c7841469ec5

Specified logging level for the "log" argument in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Apr 2018 16:03:51 +0300
parents 59a3cc84f507
children ca7568f67dee
comparison
equal deleted inserted replaced
2134:4cafd82e5007 2135:6c7841469ec5
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_js_module" 9 <module name="Module ngx_http_js_module"
10 link="/en/docs/http/ngx_http_js_module.html" 10 link="/en/docs/http/ngx_http_js_module.html"
11 lang="en" 11 lang="en"
12 rev="8"> 12 rev="9">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_js_module</literal> module is used to implement 17 The <literal>ngx_http_js_module</literal> module is used to implement
209 </tag-desc> 209 </tag-desc>
210 210
211 <tag-name><literal>log(<value>string</value>)</literal></tag-name> 211 <tag-name><literal>log(<value>string</value>)</literal></tag-name>
212 <tag-desc> 212 <tag-desc>
213 writes a <literal>string</literal> to the error log 213 writes a <literal>string</literal> to the error log
214 on the <literal>info</literal> level of logging
214 </tag-desc> 215 </tag-desc>
215 </list> 216 </list>
216 </para> 217 </para>
217 218
218 <para> 219 <para>