mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
add debug logging
This commit is contained in:
parent
e46943965d
commit
49ed98d1eb
@ -1945,6 +1945,9 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)
|
||||
}
|
||||
}
|
||||
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
|
||||
"http cacheable: %d", u->cacheable);
|
||||
|
||||
#endif
|
||||
|
||||
p = u->pipe;
|
||||
|
Loading…
Reference in New Issue
Block a user