comparison development.ini @ 1360:1f47adeb67c2 beta

Bumped sqlalchemy version to 0.7, replaced timerproxy with new event system for sqlalchemy. TimerProxy is now longer valid profilling method for sqlalchemy
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 04 Jun 2011 20:34:30 +0200
parents bfc529377cdc
children bf263968da47 e060b2be1ea5
comparison
equal deleted inserted replaced
1359:54fc83f2192c 1360:1f47adeb67c2
140 logview.pylons.util = #eee 140 logview.pylons.util = #eee
141 141
142 ######################################################### 142 #########################################################
143 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### 143 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
144 ######################################################### 144 #########################################################
145 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db 145 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
146 #sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode 146 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode
147 sqlalchemy.db1.echo = True 147 sqlalchemy.db1.echo = false
148 sqlalchemy.db1.pool_recycle = 3600 148 sqlalchemy.db1.pool_recycle = 3600
149 sqlalchemy.convert_unicode = true 149 sqlalchemy.convert_unicode = true
150 150
151 ################################ 151 ################################
152 ### LOGGING CONFIGURATION #### 152 ### LOGGING CONFIGURATION ####
203 ############## 203 ##############
204 204
205 [handler_console] 205 [handler_console]
206 class = StreamHandler 206 class = StreamHandler
207 args = (sys.stderr,) 207 args = (sys.stderr,)
208 level = NOTSET 208 level = DEBUG
209 formatter = color_formatter 209 formatter = color_formatter
210 210
211 [handler_console_sql] 211 [handler_console_sql]
212 class = StreamHandler 212 class = StreamHandler
213 args = (sys.stderr,) 213 args = (sys.stderr,)
214 level = NOTSET 214 level = DEBUG
215 formatter = color_formatter_sql 215 formatter = color_formatter_sql
216 216
217 ################ 217 ################
218 ## FORMATTERS ## 218 ## FORMATTERS ##
219 ################ 219 ################