comparison src/core/ngx_log.h @ 194:003bd800ec2a NGINX_0_3_44

nginx 0.3.44 *) 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 <http://sysoev.ru>
date Thu, 04 May 2006 00:00:00 +0400
parents 45945fa8b8ba
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
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 */