comparison src/core/ngx_log.c @ 6115:61d7ae76647d

Stream: port from NGINX+.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 20 Apr 2015 13:05:11 +0300
parents 8e66a83d16ae
children 2c21bfe3da89
comparison
equal deleted inserted replaced
6114:4a640716f4e2 6115:61d7ae76647d
84 ngx_string("debug") 84 ngx_string("debug")
85 }; 85 };
86 86
87 static const char *debug_levels[] = { 87 static const char *debug_levels[] = {
88 "debug_core", "debug_alloc", "debug_mutex", "debug_event", 88 "debug_core", "debug_alloc", "debug_mutex", "debug_event",
89 "debug_http", "debug_mail", "debug_mysql" 89 "debug_http", "debug_mail", "debug_mysql", "debug_stream"
90 }; 90 };
91 91
92 92
93 #if (NGX_HAVE_VARIADIC_MACROS) 93 #if (NGX_HAVE_VARIADIC_MACROS)
94 94