From 26f3cb865202160fe6b8ecfb20a0e41fea3a4a6a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 26 Oct 2004 21:48:41 +0000 Subject: Add SysLog option to direct log messages to the system log instead of a FILE*. svn:r2591 --- src/config/torrc.sample.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3