mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26: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.cmd_type = NGX_MAIN_CONF;
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
log->log_level = NGX_LOG_DEBUG_ALL;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user