commit 245e93247792691d893ad23ce99d4680251372d9 Author: Matt Traudt sirmatt@ksu.edu Date: Wed Jun 6 21:39:42 2018 -0400
Use a file that obviously doesn't exist by default
That way it will be obvious that sbws isn't really going to try to log to /nonexist and that sbws must set this option for real elsewhere. --- 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 4294c6e..6c51326 100644 --- a/sbws/config.log.default.ini +++ b/sbws/config.log.default.ini @@ -60,4 +60,4 @@ formatter = sbwssys # which is the desired behaviour # dunno if there is a way to have log file as a variable # setting one as default -args = ('sbws.log',) +args = ('/nonexist',)
tor-commits@lists.torproject.org