default error_log has zero level, the bug has been introduced in r2447
Igor Sysoev
13 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
src/core/ngx_cycle.c
less
more
167
167
return NULL;
168
168
}
169
169
170
cycle->new_log->log_level = NGX_LOG_ERR;
170
171
cycle->new_log->file->name = error_log;
171
172
172
173