diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-26 21:48:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-26 21:48:41 +0000 |
commit | 26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a (patch) | |
tree | 4f0246453c39783f476c2b088a961d3fc0bf2da8 /doc | |
parent | 64fc462a3a8687845c255c32941fee98a31eb3f3 (diff) | |
download | tor-26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a.tar.gz tor-26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a.zip |
Add SysLog option to direct log messages to the system log instead of a FILE*.
svn:r2591
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 541a5ded95..8ce4205f9f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -32,6 +32,10 @@ Set the verboseness level of the primary log. (Default: warn) \fBlogfile \fR\fIFILE\fP Rather than logging to stdout, log to FILE. .TP +\fBsyslog\fP +Rather than logging to stdout, send messages to the system log. (Not +supported on all platforms) +.TP \fBbandwidthrate \fR\fINUM\fP A token bucket limits the average incoming bandwidth on this node to NUM bytes per second. (Default: 800000) .TP |