From: Igor Sysoev Date: Mon, 2 Oct 2006 08:50:03 +0000 (+0000) Subject: turn off startup debug logging introduced by previous commit X-Git-Tag: release-0.4.4~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=50cc0c946ea384cb37a8417e905936a18d1c01f8;p=nginx.git turn off startup debug logging introduced by previous commit --- 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