diff production.ini @ 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 a5a3bcc5ee89
children 188e3db6977a
line wrap: on
line diff
--- 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 ##