Simplify settings loading a bit. Remove the things which haven't been working for...
[redakcja.git] / logging.cfg.dev
index 9bfa56c..23a7833 100644 (file)
@@ -23,7 +23,7 @@ datefmt=
 class=logging.Formatter
 
 [handler_console]
-class=StreamHandler
+class=FileHandler
 level=DEBUG
 formatter=default
-args=(sys.stderr, ) 
\ No newline at end of file
+args=('redakcja.dev.log', )