mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
default error_log has zero level, the bug has been introduced in r2447
This commit is contained in:
@@ -168,6 +168,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
cycle->new_log->log_level = NGX_LOG_ERR;
|
||||
cycle->new_log->file->name = error_log;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user