]> git.kaiwu.me - nginx.git/commit
Fixed log levels of configuration parsing errors.
authorValentin Bartenev <vbart@nginx.com>
Tue, 20 Sep 2016 12:07:16 +0000 (15:07 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 20 Sep 2016 12:07:16 +0000 (15:07 +0300)
commit89f82c1155d0e2291f30819c38d438e112ba569a
treeddc283c3533ec2801242fd933b028e5213333087
parent1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b
Fixed log levels of configuration parsing errors.

All the errors that prevent loading configuration must be printed on the "emerg"
log level.  Previously, nginx might silently fail to load configuration in some
cases as the default log level is "error".
src/core/ngx_conf_file.c
src/event/ngx_event_openssl.c
src/http/ngx_http_upstream.c
src/mail/ngx_mail_ssl_module.c
src/stream/ngx_stream_upstream.c