mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
decrease resolver errors level to error
This commit is contained in:
parent
8c70e67f7b
commit
49ac2b2b45
@ -138,7 +138,7 @@ ngx_resolver_create(ngx_conf_t *cf, ngx_addr_t *addr)
|
|||||||
r->valid = 300;
|
r->valid = 300;
|
||||||
|
|
||||||
r->log = &cf->cycle->new_log;
|
r->log = &cf->cycle->new_log;
|
||||||
r->log_level = NGX_LOG_ALERT;
|
r->log_level = NGX_LOG_ERR;
|
||||||
|
|
||||||
if (addr) {
|
if (addr) {
|
||||||
uc = ngx_calloc(sizeof(ngx_udp_connection_t), cf->log);
|
uc = ngx_calloc(sizeof(ngx_udp_connection_t), cf->log);
|
||||||
|
Loading…
Reference in New Issue
Block a user