mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
low default connection errors level from alert to error
This commit is contained in:
parent
3749443661
commit
e5b2d3c6b2
1 changed files with 1 additions and 5 deletions
|
|
@ -917,12 +917,8 @@ ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text)
|
|||
level = NGX_LOG_INFO;
|
||||
break;
|
||||
|
||||
case NGX_ERROR_ERR:
|
||||
level = NGX_LOG_ERR;
|
||||
break;
|
||||
|
||||
default:
|
||||
level = NGX_LOG_ALERT;
|
||||
level = NGX_LOG_ERR;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue