From 865c150cb473fca8ff91d60ddd539ac6dbbe02ee Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 30 Nov 2003 20:03:18 +0000 Subject: nginx-0.0.1-2003-11-30-23:03:18 import --- src/core/nginx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index 77d1dc632..8c4716d68 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -134,7 +134,7 @@ int main(int argc, char *const *argv) /* life cycle */ for ( ;; ) { - /* STUB */ cycle->log->log_level = NGX_LOG_DEBUG; + /* STUB */ cycle->log->log_level = NGX_LOG_DEBUG|NGX_LOG_DEBUG_HTTP; #if 0 -- cgit