comparison src/core/ngx_cycle.c @ 728:e82eed614d4a

turn off startup debug logging introduced by previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 08:50:03 +0000
parents 532d15ddbe68
children 201d017ea470
comparison
equal deleted inserted replaced
727:532d15ddbe68 728:e82eed614d4a
203 conf.pool = pool; 203 conf.pool = pool;
204 conf.log = log; 204 conf.log = log;
205 conf.module_type = NGX_CORE_MODULE; 205 conf.module_type = NGX_CORE_MODULE;
206 conf.cmd_type = NGX_MAIN_CONF; 206 conf.cmd_type = NGX_MAIN_CONF;
207 207
208 #if 1 208 #if 0
209 log->log_level = NGX_LOG_DEBUG_ALL; 209 log->log_level = NGX_LOG_DEBUG_ALL;
210 #endif 210 #endif
211 211
212 if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) { 212 if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) {
213 ngx_destroy_cycle_pools(&conf); 213 ngx_destroy_cycle_pools(&conf);