diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_cycle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index 4b3b24026..baf25ea95 100644 --- a/src/core/ngx_cycle.c +++ b/src/core/ngx_cycle.c @@ -205,7 +205,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle) conf.module_type = NGX_CORE_MODULE; conf.cmd_type = NGX_MAIN_CONF; -#if 1 +#if 0 log->log_level = NGX_LOG_DEBUG_ALL; #endif |