diff development.ini @ 17:436bee78d81a

Litle code cleanups, This version handles repos correctly.
author Marcin Kuzminski
date Sat, 27 Feb 2010 17:28:25 +0100
parents c8265b4f0c2a
children bbaab7501c1a
line wrap: on
line diff
--- a/development.ini	Sun Feb 21 14:25:52 2010 +0100
+++ b/development.ini	Sat Feb 27 17:28:25 2010 +0100
@@ -26,7 +26,7 @@
 [app:main]
 use = egg:pylons_app
 full_stack = true
-static_files = true
+static_files = false
 lang=en
 cache_dir = %(here)s/data
 
@@ -45,10 +45,10 @@
 keys = root, routes, pylons_app, sqlalchemy
 
 [handlers]
-keys = console,chainsaw
+keys = console
 
 [formatters]
-keys = generic,xmllayout
+keys = generic
 
 #############
 ## LOGGERS ##
@@ -84,12 +84,6 @@
 level = NOTSET
 formatter = generic
 
-[handler_chainsaw]
-class = xmllayout.RawSocketHandler
-args = ('localhost', 4448)
-level = NOTSET
-formatter = xmllayout
-
 ################
 ## FORMATTERS ##
 ################
@@ -98,6 +92,3 @@
 format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
 datefmt = %H:%M:%S
 
-[formatter_xmllayout]
-class = xmllayout.XMLLayout
-