From 7b07477ebdc4c1be28a0d68f63b5d3f9e7d23748 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Sep 2009 00:19:12 +0200 Subject: docs:tinyproxy.conf: document LogFile, Syslog, and LogLevel Michael --- docs/man5/tinyproxy.conf.txt.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/man5') diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 773ac57..9da9ba6 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -100,6 +100,34 @@ The possible keywords and their descriptions are as follows: "\{detail}" for a datiled error message. The `tinyproxy(8)` manual page contains a description of all template variables. +*LogFile*:: + + This controls the location of the file to which Tinyproxy + writes its debug output. Alternatively, Tinyproxy can log + to syslog -- see the Syslog option. + +*Syslog*:: + + When set to `On`, this options tell Tinyproxy to write its + debug messages to syslog instead of to a log file configured + with `LogFile`. These two options are mutually exclusive. + +*LogLevel*:: + + This sets the log level. Allowed values are: + + * Critical (least verbose) + * Error + * Warning + * Notice + * 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, than all log messages from + Warning to Critical would be output, but Notice and below would be + suppressed. + BUGS ---- -- cgit v1.2.3