Improved the clarity of the LogLevel directive (in the comments.)

This commit is contained in:
Robert James Kaes 2001-06-02 17:30:48 +00:00
parent f8932cf4ee
commit 8f0258a635

View File

@ -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
#