Squid 配置指令 cache_store_log
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | cache_store_log |
|---|---|
| 替代 | |
| 要求 | |
| 默认值 | none |
| 建议配置 |
|
Logs the activities of the storage manager. Shows which objects are ejected from the cache, and which objects are saved and for how long. There are not really utilities to analyze this data, so you can safely disable it (the default). Store log uses modular logging outputs. See access_log for the list of modules supported. Example: cache_store_log stdio:/usr/local/squid/var/logs/store.log cache_store_log daemon:/usr/local/squid/var/logs/store.log |
|
