Squid 配置指令 logfile_daemon
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | logfile_daemon |
|---|---|
| 替代 | |
| 要求 | |
| 默认值 | logfile_daemon /usr/local/squid/libexec/log_file_daemon |
| 建议配置 |
|
Specify the path to the logfile-writing daemon. This daemon is used to write the access and store logs, if configured. Squid sends a number of commands to the log daemon: L<data>\n - logfile data R\n - rotate file T\n - truncate file O\n - reopen file F\n - flush file r<n>\n - set rotate count to <n> b<n>\n - 1 = buffer output, 0 = don't buffer output No responses is expected. |
|
