# HG changeset patch # User Yaroslav Zhuravlev # Date 1522933431 -10800 # Node ID 6c7841469ec54c5c224d42fc6a4a655a7ef34c6a # Parent 4cafd82e50079fd1156bb5b8254df17826d97aad Specified logging level for the "log" argument in njs. diff -r 4cafd82e5007 -r 6c7841469ec5 xml/en/docs/http/ngx_http_js_module.xml --- a/xml/en/docs/http/ngx_http_js_module.xml Thu Apr 05 15:59:41 2018 +0300 +++ b/xml/en/docs/http/ngx_http_js_module.xml Thu Apr 05 16:03:51 2018 +0300 @@ -9,7 +9,7 @@ + rev="9">
@@ -211,6 +211,7 @@ log(string) writes a string to the error log +on the info level of logging diff -r 4cafd82e5007 -r 6c7841469ec5 xml/en/docs/stream/ngx_stream_js_module.xml --- a/xml/en/docs/stream/ngx_stream_js_module.xml Thu Apr 05 15:59:41 2018 +0300 +++ b/xml/en/docs/stream/ngx_stream_js_module.xml Thu Apr 05 16:03:51 2018 +0300 @@ -9,7 +9,7 @@ + rev="10">
@@ -300,6 +300,7 @@ log(string) writes a sent string to the error log +on the info level of logging diff -r 4cafd82e5007 -r 6c7841469ec5 xml/ru/docs/http/ngx_http_js_module.xml --- a/xml/ru/docs/http/ngx_http_js_module.xml Thu Apr 05 15:59:41 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_js_module.xml Thu Apr 05 16:03:51 2018 +0300 @@ -9,7 +9,7 @@ + rev="9">
@@ -212,6 +212,7 @@ log(строка) записывает строку в лог-файл ошибок +на уровне лога info diff -r 4cafd82e5007 -r 6c7841469ec5 xml/ru/docs/stream/ngx_stream_js_module.xml --- a/xml/ru/docs/stream/ngx_stream_js_module.xml Thu Apr 05 15:59:41 2018 +0300 +++ b/xml/ru/docs/stream/ngx_stream_js_module.xml Thu Apr 05 16:03:51 2018 +0300 @@ -9,7 +9,7 @@ + rev="10">
@@ -305,6 +305,7 @@ log(строка) записывает отправленную строку в лог-файл ошибок +на уровне лога info