Switch to side-by-side view

--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -212,7 +212,7 @@
 # http://docs.python.org/lib/logging-config-fileformat.html
 
 [loggers]
-keys = root, allura, sqlalchemy, paste, amqp
+keys = root, allura, sqlalchemy, paste, amqp, pylons
 
 [handlers]
 keys = console, stats
@@ -222,7 +222,7 @@
 
 # If you create additional loggers, add them as a key to [loggers]
 [logger_root]
-level = DEBUG
+level = INFO
 handlers = console, stats
 
 [logger_allura]
@@ -246,6 +246,11 @@
 [logger_amqp]
 level = INFO
 qualname = amqplib
+handlers = 
+
+[logger_pylons]
+level = INFO
+qualname = pylons
 handlers = 
 
 # If you create additional handlers, add them as a key to [handlers]