Squid 配置指令 cache_store_log

可用版本:   v6   v5   v4   3.5   3.4   3.3   3.2   2.7   3.1   3.0   2.6  

此指令在 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

 

返回

 

简介

文档

支持

杂项