diff options
Diffstat (limited to 'docs/man5')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 86fbedf..047c86f 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -121,7 +121,10 @@ The possible keywords and their descriptions are as follows: *LogLevel*:: - This sets the log level. Allowed values are: + Sets the log level. Messages from the set level and above are + logged. For example, if the LogLevel was set to Warning, then all + log messages from Warning to Critical would be output, but Notice + and below would be suppressed. Allowed values are: * Critical (least verbose) * Error @@ -130,11 +133,6 @@ The possible keywords and their descriptions are as follows: * Connect (log connections without Info's noise) * Info (most verbose) - The LogLevel logs from the set level and above. For example, if - the LogLevel was set to Warning, then all log messages from - Warning to Critical would be output, but Notice and below would be - suppressed. - *PidFile*:: This option controls the location of the file where the main |