mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
add debug logging
This commit is contained in:
parent
e46943965d
commit
49ed98d1eb
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue