diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:21:13 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:21:13 +0000 |
commit | e24a5fcf1427b2f934b1f220c05b5c6663fbfefe (patch) | |
tree | 43635a7be9acc0d46a75951e59f9a36e650549c6 | |
parent | 073822fa3eaaa317253476d2517bfea3363a9810 (diff) | |
download | tinyproxy-e24a5fcf1427b2f934b1f220c05b5c6663fbfefe.tar.gz tinyproxy-e24a5fcf1427b2f934b1f220c05b5c6663fbfefe.zip |
Added the Connect log level to the comments for LogLevel.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 520019d..2cd7ad0 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -39,6 +39,7 @@ Logfile "/var/log/tinyproxy.log" # Error # Warning # Notice +# Connect (to 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, than all log messages from Warning to Critical would be |