turn off startup debug logging introduced by previous commit
Igor Sysoev
15 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/core/ngx_cycle.c
less
more
204
204
conf.module_type = NGX_CORE_MODULE;
205
205
conf.cmd_type = NGX_MAIN_CONF;
206
206
207
#if 1
207
#if 0
208
208
log->log_level = NGX_LOG_DEBUG_ALL;
209
209
#endif
210
210