comparison src/core/ngx_log.h @ 645:4946078f0a79 release-0.3.44

nginx-0.3.44-RELEASE import *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 May 2006 15:32:46 +0000
parents 511a89da35ad
children 201d017ea470
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
26 #define NGX_LOG_DEBUG_ALLOC 0x020 26 #define NGX_LOG_DEBUG_ALLOC 0x020
27 #define NGX_LOG_DEBUG_MUTEX 0x040 27 #define NGX_LOG_DEBUG_MUTEX 0x040
28 #define NGX_LOG_DEBUG_EVENT 0x080 28 #define NGX_LOG_DEBUG_EVENT 0x080
29 #define NGX_LOG_DEBUG_HTTP 0x100 29 #define NGX_LOG_DEBUG_HTTP 0x100
30 #define NGX_LOG_DEBUG_IMAP 0x200 30 #define NGX_LOG_DEBUG_IMAP 0x200
31 #define NGX_LOG_DEBUG_MYSQL 0x400
31 32
32 /* 33 /*
33 * do not forget to update debug_levels[] in src/core/ngx_log.c 34 * do not forget to update debug_levels[] in src/core/ngx_log.c
34 * after the adding a new debug level 35 * after the adding a new debug level
35 */ 36 */