# HG changeset patch # User Maxim Dounin # Date 1718393731 -10800 # Node ID 23b9cbb0c11de936ca3bca0c1c67528f7ba0fd51 # Parent 7b7dbaa7d777cd8cacaebb177d76559f84736b94 Documented $r->log_error() logging level. diff -r 7b7dbaa7d777 -r 23b9cbb0c11d xml/en/docs/http/ngx_http_perl_module.xml --- a/xml/en/docs/http/ngx_http_perl_module.xml Tue Jun 04 18:35:21 2024 +0300 +++ b/xml/en/docs/http/ngx_http_perl_module.xml Fri Jun 14 22:35:31 2024 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -320,7 +320,8 @@ 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 -r 7b7dbaa7d777 -r 23b9cbb0c11d xml/ru/docs/http/ngx_http_perl_module.xml --- a/xml/ru/docs/http/ngx_http_perl_module.xml Tue Jun 04 18:35:21 2024 +0300 +++ b/xml/ru/docs/http/ngx_http_perl_module.xml Fri Jun 14 22:35:31 2024 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -320,7 +320,8 @@ сообщение) записывает указанное сообщение в -. + +на уровне error. Если код_ошибки ненулевой, то к сообщению будет добавлен код ошибки и её описание.