diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 08:46:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 08:46:45 +0000 |
commit | 97c2f469c342566121bb792c45e8333ad941fb14 (patch) | |
tree | bcfa00dd6d977982facbd891857dd9d7e15df686 /src/core/ngx_cycle.c | |
parent | 97c7e1a98621857a5eb2d44c477f7f6384417b52 (diff) | |
download | nginx-97c2f469c342566121bb792c45e8333ad941fb14.tar.gz nginx-97c2f469c342566121bb792c45e8333ad941fb14.zip |
glob support in include
Diffstat (limited to 'src/core/ngx_cycle.c')
-rw-r--r-- | src/core/ngx_cycle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index baf25ea95..4b3b24026 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 0 +#if 1 log->log_level = NGX_LOG_DEBUG_ALL; #endif |