# HG changeset patch # User Maxim Dounin # Date 1718393731 -10800 # Node ID 23b9cbb0c11de936ca3bca0c1c67528f7ba0fd51 # Parent 7b7dbaa7d777cd8cacaebb177d76559f84736b94 Documented $r->log_error() logging level. diff --git a/xml/en/docs/http/ngx_http_perl_module.xml b/xml/en/docs/http/ngx_http_perl_module.xml --- a/xml/en/docs/http/ngx_http_perl_module.xml +++ b/xml/en/docs/http/ngx_http_perl_module.xml @@ -10,7 +10,7 @@ + rev="8">
@@ -320,7 +320,8 @@ supports redirections to named locations message) writes the specified message into the -. + +at the error level. If errno is non-zero, an error code and its description will be appended to the message. diff --git a/xml/ru/docs/http/ngx_http_perl_module.xml b/xml/ru/docs/http/ngx_http_perl_module.xml --- a/xml/ru/docs/http/ngx_http_perl_module.xml +++ b/xml/ru/docs/http/ngx_http_perl_module.xml @@ -10,7 +10,7 @@ + rev="8">
@@ -320,7 +320,8 @@ 1; сообщение) записывает указанное сообщение в -. + +на уровне error. Если код_ошибки ненулевой, то к сообщению будет добавлен код ошибки и её описание.