# HG changeset patch # User Marcin Kuzminski # Date 2010-05-21 21:13:09 # Node ID 63f9dc67ab0abde7fbd7fb80bb4a9a9de447477d # Parent 24dbf4bc57aa15084c8e620678a3cbbd3397302d fixed ini files. Added coment and colored formatter to production diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -38,7 +38,8 @@ full_stack = true static_files = true lang=en cache_dir = %(here)s/data -repos_name = Python-works +##a name for our application +repo_name = Python-works #################################### ### BEAKER CACHE #### diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -83,7 +83,7 @@ keys = root, routes, pylons_app, sqlalch keys = console [formatters] -keys = generic +keys = generic,color_formatter ############# ## LOGGERS ## @@ -118,7 +118,7 @@ propagate = 0 class = StreamHandler args = (sys.stderr,) level = NOTSET -formatter = generic +formatter = color_formatter ################ ## FORMATTERS ##