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
 
@@ -35,13 +35,14 @@ port = 5000
 
[app:main]
 
use = egg:pylons_app
 
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        ####
 
####################################
 
beaker.cache.data_dir=/tmp/cache/data
 
beaker.cache.lock_dir=/tmp/cache/lock
production.ini
Show inline comments
 
@@ -80,13 +80,13 @@ sqlalchemy.convert_unicode = true
 
keys = root, routes, pylons_app, sqlalchemy
 

	
 
[handlers]
 
keys = console
 

	
 
[formatters]
 
keys = generic
 
keys = generic,color_formatter
 

	
 
#############
 
## LOGGERS ##
 
#############
 
[logger_root]
 
level = INFO
 
@@ -115,13 +115,13 @@ propagate = 0
 
##############
 

	
 
[handler_console]
 
class = StreamHandler
 
args = (sys.stderr,)
 
level = NOTSET
 
formatter = generic
 
formatter = color_formatter
 

	
 
################
 
## FORMATTERS ##
 
################
 

	
 
[formatter_generic]
0 comments (0 inline, 0 general)