Switch to side-by-side view

--- a/pyforge/development.ini
+++ b/pyforge/development.ini
@@ -177,10 +177,8 @@
 
 # If you create additional handlers, add them as a key to [handlers]
 [handler_console]
-# class = StreamHandler
-# args = (sys.stderr,)
-class = handlers.WatchedFileHandler
-args = ('/tmp/test.log', 'a')
+class = StreamHandler
+args = (sys.stderr,)
 level = NOTSET
 formatter = generic