summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#