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
32ab2f7e64
commit
a697c8e574
1 changed files with 3 additions and 0 deletions
|
|
@ -1065,6 +1065,9 @@ ngx_http_file_cache_manager(void *data)
|
|||
|
||||
ngx_shmtx_unlock(&cache->shpool->mutex);
|
||||
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
|
||||
"http file cache size: %O", size);
|
||||
|
||||
if (size < cache->max_size) {
|
||||
return next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue