Improved the clarity of the LogLevel directive (in the comments.)
This commit is contained in:
parent
f8932cf4ee
commit
8f0258a635
@ -35,11 +35,15 @@ Logfile "/var/log/tinyproxy.log"
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Set the logging level. Allowed settings are:
|
# Set the logging level. Allowed settings are:
|
||||||
# Critical
|
# Critical (least verbose)
|
||||||
# Error
|
# Error
|
||||||
# Warning
|
# Warning
|
||||||
# Notice
|
# 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
|
LogLevel Info
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user