Commit 82ad8983 authored by Matt Traudt's avatar Matt Traudt Committed by juga
Browse files

This needs a valid file name or sbws can't start

parent fa105e14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]