summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 17:30:48 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 17:30:48 +0000
commit8f0258a6354cb0b5bccf59c460baa890b2cd8e61 (patch)
treed187161a18441e1fa98077d2ac158cd88ae038e2
parentf8932cf4ee66cce52d1ad4a597fb193fc69622db (diff)
downloadtinyproxy-8f0258a6354cb0b5bccf59c460baa890b2cd8e61.tar.gz
tinyproxy-8f0258a6354cb0b5bccf59c460baa890b2cd8e61.zip
Improved the clarity of the LogLevel directive (in the comments.)
Diffstat (limited to '')
-rw-r--r--doc/tinyproxy.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index c5fc5d3..520019d 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -35,11 +35,15 @@ Logfile "/var/log/tinyproxy.log"
#
# Set the logging level. Allowed settings are:
-# Critical
+# Critical (least verbose)
# Error
# Warning
# Notice
-# Info
+# Info (most verbose)
+# The LogLevel logs from the set level and above. For example, if the LogLevel
+# was set to Warning, than all log messages from Warning to Critical would be
+# output, but Notice and below would be suppressed.
+#
LogLevel Info
#