turn off startup debug logging introduced by previous commit

This commit is contained in:
Igor Sysoev 2006-10-02 08:50:03 +00:00
parent 97c2f469c3
commit 50cc0c946e

View File

@ -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