# HG changeset patch # User Maxim Dounin # Date 1462882787 -10800 # Node ID 147e3d0339e888902f576ebcc97c1908ee91a171 # Parent d855e7cc3b2fa054148335c2ff08f23bdb8a39f0 Reduced syntax clutter in the error_log directive. The description text explains special values like "stderr", "syslog:...", and "memory:...". It is believed that syntax without explicitly listing these variants is more readable. diff -r d855e7cc3b2f -r 147e3d0339e8 xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Thu Apr 28 17:27:44 2016 +0300 +++ b/xml/en/docs/ngx_core_module.xml Tue May 10 15:19:47 2016 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -138,11 +138,7 @@ - -file | stderr | -syslog:server=address[,parameter=value] | -memory:size -[level] +file [level] logs/error.log error main http @@ -157,7 +153,7 @@ -The first parameter defines a file that will store the log. +The first parameter defines a file that will store the log. diff -r d855e7cc3b2f -r 147e3d0339e8 xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Thu Apr 28 17:27:44 2016 +0300 +++ b/xml/ru/docs/ngx_core_module.xml Tue May 10 15:19:47 2016 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -138,11 +138,7 @@ - -файл | stderr | -syslog:server=адрес[,параметр=значение] | -memory:размер -[уровень] +файл [уровень] logs/error.log error main http @@ -157,7 +153,7 @@ -Первый параметр задаёт файл, который будет хранить лог. +Первый параметр задаёт файл, который будет хранить лог.