]> git.kaiwu.me - nginx.git/commitdiff
turn off startup debug logging introduced by previous commit
authorIgor Sysoev <igor@sysoev.ru>
Mon, 2 Oct 2006 08:50:03 +0000 (08:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 2 Oct 2006 08:50:03 +0000 (08:50 +0000)
src/core/ngx_cycle.c

index 4b3b240264286bf9b7ead38e59973f68a19934a1..baf25ea95b3e3d6e22c92fd7c62e5d0ba3838bac 100644 (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