comparison src/core/nginx.c @ 201:267ea1d98683

nginx-0.0.1-2003-11-30-23:03:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Nov 2003 20:03:18 +0000
parents 8dee38ea9117
children 6e0fef527732
comparison
equal deleted inserted replaced
200:abeaebe0a33c 201:267ea1d98683
132 #endif 132 #endif
133 133
134 /* life cycle */ 134 /* life cycle */
135 135
136 for ( ;; ) { 136 for ( ;; ) {
137 /* STUB */ cycle->log->log_level = NGX_LOG_DEBUG; 137 /* STUB */ cycle->log->log_level = NGX_LOG_DEBUG|NGX_LOG_DEBUG_HTTP;
138 138
139 #if 0 139 #if 0
140 140
141 #if !(WIN32) 141 #if !(WIN32)
142 ngx_spawn_process(cycle->log); 142 ngx_spawn_process(cycle->log);