aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r--src/core/ngx_log.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index 87090dc09..4765f3b90 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -16,10 +16,11 @@
#define NGX_LOG_INFO 7
#define NGX_LOG_DEBUG 8
-#define NGX_LOG_DEBUG_CORE 0x10
-#define NGX_LOG_DEBUG_ALLOC 0x20
-#define NGX_LOG_DEBUG_EVENT 0x40
-#define NGX_LOG_DEBUG_HTTP 0x80
+#define NGX_LOG_DEBUG_CORE 0x010
+#define NGX_LOG_DEBUG_ALLOC 0x020
+#define NGX_LOG_DEBUG_MUTEX 0x040
+#define NGX_LOG_DEBUG_EVENT 0x080
+#define NGX_LOG_DEBUG_HTTP 0x100
#define NGX_LOG_DEBUG_FIRST NGX_LOG_DEBUG_CORE
#define NGX_LOG_DEBUG_LAST NGX_LOG_DEBUG_HTTP