[or-cvs] Add SysLog option to direct log messages to the system log ...

Nick Mathewson nickm at seul.org
Tue Oct 26 21:48:43 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv9964/doc

Modified Files:
	tor.1.in 
Log Message:
Add SysLog option to direct log messages to the system log instead of a FILE*.

Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- tor.1.in	19 Oct 2004 17:46:06 -0000	1.24
+++ tor.1.in	26 Oct 2004 21:48:40 -0000	1.25
@@ -32,6 +32,10 @@
 \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



More information about the tor-commits mailing list