aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid.xml
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-02 21:31:55 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-02 21:31:55 +0200
commit0e7826d4a5e0ca9d492c036d16510d777a3b99c9 (patch)
treef95d6dfd99f62cf670f11ba8c84b8e615e4a94c2 /config/squid3/34/squid.xml
parenta3977a6e39e96edf493d96ba93e38b893e659e4c (diff)
downloadpfsense-packages-0e7826d4a5e0ca9d492c036d16510d777a3b99c9.tar.gz
pfsense-packages-0e7826d4a5e0ca9d492c036d16510d777a3b99c9.tar.bz2
pfsense-packages-0e7826d4a5e0ca9d492c036d16510d777a3b99c9.zip
Do not disable log_dir field when access logging is disabled.
Diffstat (limited to 'config/squid3/34/squid.xml')
-rw-r--r--config/squid3/34/squid.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml
index 51df8b95..0f86bf84 100644
--- a/config/squid3/34/squid.xml
+++ b/config/squid3/34/squid.xml
@@ -515,23 +515,23 @@
<type>listtopic</type>
</field>
<field>
- <fielddescr>Enable Logging</fielddescr>
+ <fielddescr>Enable Access Logging</fielddescr>
<fieldname>log_enabled</fieldname>
<description>
<![CDATA[
- This will enable the access log.
+ This will enable the <strong>access</strong> log.
<strong>Warning:</strong> Do not switch this on if you don't have much disk space left.
]]>
</description>
<type>checkbox</type>
- <enablefields>log_dir,log_rotate</enablefields>
+ <enablefields>log_rotate</enablefields>
</field>
<field>
<fielddescr>Log Store Directory</fielddescr>
<fieldname>log_dir</fieldname>
<description>
<![CDATA[
- The directory where the log will be stored.<br/>
+ The directory where the logs will be stored. This is also used for logs other than the Access Log above.<br/>
Default: /var/squid/logs<br/>
<strong>Note: Do NOT include the trailing / when setting a custom location.</strong>
]]>