diff options
author | Michael Adam <obnox@samba.org> | 2009-09-22 00:19:12 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-22 00:19:12 +0200 |
commit | 7b07477ebdc4c1be28a0d68f63b5d3f9e7d23748 (patch) | |
tree | 4a484031dfc358a3a59eb112353f6e2257b8968e /docs/man5 | |
parent | 93219ea0db37b565b04a9efad2576fb8f610117a (diff) | |
download | tinyproxy-7b07477ebdc4c1be28a0d68f63b5d3f9e7d23748.tar.gz tinyproxy-7b07477ebdc4c1be28a0d68f63b5d3f9e7d23748.zip |
docs:tinyproxy.conf: document LogFile, Syslog, and LogLevel
Michael
Diffstat (limited to 'docs/man5')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 28 |
1 files changed, 28 insertions, 0 deletions
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 ---- |