comparison xml/en/docs/stream/ngx_stream_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 cd4889fdcfa4
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_stream_js_module" 9 <module name="Module ngx_stream_js_module"
10 link="/en/docs/stream/ngx_stream_js_module.html" 10 link="/en/docs/stream/ngx_stream_js_module.html"
11 lang="en" 11 lang="en"
12 rev="9"> 12 rev="10">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_js_module</literal> module is used to implement 17 The <literal>ngx_stream_js_module</literal> module is used to implement
298 <list type="tag"> 298 <list type="tag">
299 299
300 <tag-name><literal>log(<value>string</value>)</literal></tag-name> 300 <tag-name><literal>log(<value>string</value>)</literal></tag-name>
301 <tag-desc> 301 <tag-desc>
302 writes a sent <value>string</value> to the error log 302 writes a sent <value>string</value> to the error log
303 on the <literal>info</literal> level of logging
303 </tag-desc> 304 </tag-desc>
304 </list> 305 </list>
305 </para> 306 </para>
306 307
307 </section> 308 </section>