commit 82ad8983f54630ab19cacd76ef33e76658522778 Author: Matt Traudt sirmatt@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]