mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
add debug logging
This commit is contained in:
parent
32ab2f7e64
commit
a697c8e574
@ -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…
Reference in New Issue
Block a user