diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -26,7 +26,7 @@ port = 5000 [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 @@ cache_dir = %(here)s/data keys = root, routes, pylons_app, sqlalchemy [handlers] -keys = console,chainsaw +keys = console [formatters] -keys = generic,xmllayout +keys = generic ############# ## LOGGERS ## @@ -84,12 +84,6 @@ args = (sys.stderr,) level = NOTSET formatter = generic -[handler_chainsaw] -class = xmllayout.RawSocketHandler -args = ('localhost', 4448) -level = NOTSET -formatter = xmllayout - ################ ## FORMATTERS ## ################ @@ -98,6 +92,3 @@ formatter = xmllayout format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s datefmt = %H:%M:%S -[formatter_xmllayout] -class = xmllayout.XMLLayout -