diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tinyproxy.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index fe0c117..e1f534a 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -90,7 +90,8 @@ StatFile "@pkgdatadir@/stats.html" # LogFile: Allows you to specify the location where information should # be logged to. If you would prefer to log to syslog, then disable this # and enable the Syslog directive. These directives are mutually -# exclusive. +# exclusive. If neither Syslog nor LogFile are specified, output goes +# to stdout. # #LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log" |