Changeset - 63f9dc67ab0a
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-05-21 23:13:09
marcin@python-works.com
fixed ini files. Added coment and colored formatter to production
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -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        ####
production.ini
Show inline comments
 
@@ -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 ##
0 comments (0 inline, 0 general)