[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add SysLog option to direct log messages to the system log ...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add SysLog option to direct log messages to the system log ...
- From: nickm@seul.org (Nick Mathewson)
- Date: Tue, 26 Oct 2004 17:48:43 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 26 Oct 2004 17:49:43 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/tmp/cvs-serv9964/src/config
Modified Files:
torrc.sample.in
Log Message:
Add SysLog option to direct log messages to the system log instead of a FILE*.
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- torrc.sample.in 14 Oct 2004 10:04:39 -0000 1.23
+++ torrc.sample.in 26 Oct 2004 21:48:41 -0000 1.24
@@ -29,6 +29,9 @@
### Send all debug messages ONLY to /var/log/tor/debug
#LogFile /var/log/tor/debug
#LogLevel debug-debug
+### To use the system log instead of Tor's logfiles, uncomment these lines:
+#SysLog
+#LogLevel notice
# Uncomment this to start the process in the background
#RunAsDaemon 1