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 /src/config/torrc.sample.in | |
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 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 5fcdabef50..c2dab95130 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 |