diff options
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 20f50971d..ea08ba744 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -454,7 +454,5 @@ ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) return NGX_CONF_OK; } - cf->cycle->new_log.log_level = 0; - return ngx_log_set_levels(cf, &cf->cycle->new_log); } |