From 8f0258a6354cb0b5bccf59c460baa890b2cd8e61 Mon Sep 17 00:00:00 2001
From: Robert James Kaes <rjkaes@users.sourceforge.net>
Date: Sat, 2 Jun 2001 17:30:48 +0000
Subject: Improved the clarity of the LogLevel directive (in the comments.)

---
 doc/tinyproxy.conf | 8 ++++++--
 1 file 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
 
 #
-- 
cgit v1.2.3