# HG changeset patch # User Igor Sysoev # Date 1239374838 0 # Node ID d3cffe32b9302966de42a19482c6aac93f1020c1 # Parent 6caf687a831fab7a4960cc90c6cb44f98a426f15 add debug logging diff -r 6caf687a831f -r d3cffe32b930 src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c Thu Apr 09 13:56:16 2009 +0000 +++ b/src/http/ngx_http_upstream.c Fri Apr 10 14:47:18 2009 +0000 @@ -1945,6 +1945,9 @@ } } + ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, + "http cacheable: %d", u->cacheable); + #endif p = u->pipe;