[tor-commits] [sbws/master] This needs a valid file name or sbws can't start
pastly at torproject.org
pastly at torproject.org
Wed Jul 11 15:05:40 UTC 2018
commit 82ad8983f54630ab19cacd76ef33e76658522778
Author: Matt Traudt <sirmatt at ksu.edu>
Date: Wed Jul 4 11:31:09 2018 -0400
This needs a valid file name or sbws can't start
---
sbws/config.log.default.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/config.log.default.ini b/sbws/config.log.default.ini
index 606ff16..6cfcf88 100644
--- a/sbws/config.log.default.ini
+++ b/sbws/config.log.default.ini
@@ -29,7 +29,7 @@ formatter = to_file
# logging library eval()s this, which doesn't give the ini parsing library a
# chance to replace the text. So we do it in configure_logging() in
# sbws/util/config.py instead.
-args =
+args = ('/dev/null', )
## for logging to system log
#[handler_to_syslog]
More information about the tor-commits
mailing list