From: Igor Sysoev Date: Mon, 26 Jan 2009 14:11:09 +0000 (+0000) Subject: default error_log has zero level, the bug has been introduced in r2447 X-Git-Tag: release-0.7.32~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=71f729c78cb23c58adb62cb139f22a11b0c80ca0;p=nginx.git default error_log has zero level, the bug has been introduced in r2447 --- diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index cdebf5645..55d7c2d48 100644 --- a/src/core/ngx_cycle.c +++ b/src/core/ngx_cycle.c @@ -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;