mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
turn off startup debug logging introduced by previous commit
This commit is contained in:
parent
97c2f469c3
commit
50cc0c946e
@ -205,7 +205,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
|
|||||||
conf.module_type = NGX_CORE_MODULE;
|
conf.module_type = NGX_CORE_MODULE;
|
||||||
conf.cmd_type = NGX_MAIN_CONF;
|
conf.cmd_type = NGX_MAIN_CONF;
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
log->log_level = NGX_LOG_DEBUG_ALL;
|
log->log_level = NGX_LOG_DEBUG_ALL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user