changeset 179:63f9dc67ab0a

fixed ini files. Added coment and colored formatter to production
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 23:13:09 +0200
parents 24dbf4bc57aa
children 3e5a359c7483
files development.ini production.ini
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Fri May 21 20:58:18 2010 +0200
+++ b/development.ini	Fri May 21 23:13:09 2010 +0200
@@ -38,7 +38,8 @@
 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        ####
--- a/production.ini	Fri May 21 20:58:18 2010 +0200
+++ b/production.ini	Fri May 21 23:13:09 2010 +0200
@@ -83,7 +83,7 @@
 keys = console
 
 [formatters]
-keys = generic
+keys = generic,color_formatter
 
 #############
 ## LOGGERS ##
@@ -118,7 +118,7 @@
 class = StreamHandler
 args = (sys.stderr,)
 level = NOTSET
-formatter = generic
+formatter = color_formatter
 
 ################
 ## FORMATTERS ##