##// 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 static_files = true
38 static_files = true
39 lang=en
39 lang=en
40 cache_dir = %(here)s/data
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 ### BEAKER CACHE ####
45 ### BEAKER CACHE ####
@@ -83,7 +83,7 b' keys = root, routes, pylons_app, sqlalch'
83 keys = console
83 keys = console
84
84
85 [formatters]
85 [formatters]
86 keys = generic
86 keys = generic,color_formatter
87
87
88 #############
88 #############
89 ## LOGGERS ##
89 ## LOGGERS ##
@@ -118,7 +118,7 b' propagate = 0'
118 class = StreamHandler
118 class = StreamHandler
119 args = (sys.stderr,)
119 args = (sys.stderr,)
120 level = NOTSET
120 level = NOTSET
121 formatter = generic
121 formatter = color_formatter
122
122
123 ################
123 ################
124 ## FORMATTERS ##
124 ## FORMATTERS ##
General Comments 0
You need to be logged in to leave comments. Login now