summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 03:12:33 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 03:12:33 +0000
commit164717b336e4e133390e4811cfaee4b9e50e058a (patch)
tree0ad1edab2b8d80e0e6abeaeedf0bd618b642eb5c /doc
parent65a41578ad8c673f9100bbb139ec2e34697e1516 (diff)
downloadtinyproxy-164717b336e4e133390e4811cfaee4b9e50e058a.tar.gz
tinyproxy-164717b336e4e133390e4811cfaee4b9e50e058a.zip
Include the LogLevel switch and comments to describe the settings.
Diffstat (limited to '')
-rw-r--r--doc/tinyproxy.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index 6ec968f..c5fc5d3 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -34,6 +34,15 @@ Logfile "/var/log/tinyproxy.log"
# Syslog On
#
+# Set the logging level. Allowed settings are:
+# Critical
+# Error
+# Warning
+# Notice
+# Info
+LogLevel Info
+
+#
# PidFile: Write the PID of the main tinyproxy thread to this file so it
# can be used for signalling purposes.
#