aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-26 21:48:41 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-26 21:48:41 +0000
commit26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a (patch)
tree4f0246453c39783f476c2b088a961d3fc0bf2da8 /src/config
parent64fc462a3a8687845c255c32941fee98a31eb3f3 (diff)
downloadtor-26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a.tar
tor-26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a.tar.gz
Add SysLog option to direct log messages to the system log instead of a FILE*.
svn:r2591
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 5fcdabef5..c2dab9513 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -29,6 +29,9 @@ AllowUnverifiedNodes middle,rendezvous
### 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