From: Hauke Mehrtens Date: Sat, 14 Jan 2017 16:40:43 +0000 (+0100) Subject: tor: log to syslog by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b05cb4e4bd9507b7521788e811361695b329aed6;p=feed%2Fpackages.git tor: log to syslog by default Make tor log to syslog by default instead of stdout. Signed-off-by: Hauke Mehrtens --- diff --git a/net/tor/patches/001-torrc.patch b/net/tor/patches/001-torrc.patch index eb315a077b..1a784d2ffa 100644 --- a/net/tor/patches/001-torrc.patch +++ b/net/tor/patches/001-torrc.patch @@ -1,5 +1,14 @@ --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in +@@ -39,7 +39,7 @@ + ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log + #Log debug file @LOCALSTATEDIR@/log/tor/debug.log + ## Use the system log instead of Tor's logfiles +-#Log notice syslog ++Log notice syslog + ## To send all messages to stderr: + #Log debug stderr + @@ -50,7 +50,7 @@ ## The directory for keeping all the keys/etc. By default, we store