##// END OF EJS Templates
fixed ini files. Added coment and colored formatter to production
marcink -
r179:63f9dc67 default
parent child Browse files
Show More
@@ -38,7 +38,8 b' full_stack = true'
38 38 static_files = true
39 39 lang=en
40 40 cache_dir = %(here)s/data
41 repos_name = Python-works
41 ##a name for our application
42 repo_name = Python-works
42 43
43 44 ####################################
44 45 ### BEAKER CACHE ####
@@ -83,7 +83,7 b' keys = root, routes, pylons_app, sqlalch'
83 83 keys = console
84 84
85 85 [formatters]
86 keys = generic
86 keys = generic,color_formatter
87 87
88 88 #############
89 89 ## LOGGERS ##
@@ -118,7 +118,7 b' propagate = 0'
118 118 class = StreamHandler
119 119 args = (sys.stderr,)
120 120 level = NOTSET
121 formatter = generic
121 formatter = color_formatter
122 122
123 123 ################
124 124 ## FORMATTERS ##
General Comments 0
You need to be logged in to leave comments. Login now