From 275874dc22180f61d62f0d7a6793d223eb618fc6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 14 Jan 2017 17:40:43 +0100 Subject: [PATCH] tor: log to syslog by default Make tor log to syslog by default instead of stdout. Signed-off-by: Hauke Mehrtens --- net/tor/patches/001-torrc.patch | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2