comparison test.ini @ 2686:269c6e0b54cc beta

Reimplemented file-browser using partial-ajax - improves the speed of browsing of files for revision - url push state via html5 History - also cache the results of calls for even faster handling the content
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 04 Aug 2012 17:46:45 +0200
parents 7b092b919f4f
children 63e58ef80ef1 53ab820a0b7c
comparison
equal deleted inserted replaced
2685:4a7a9f2c1dba 2686:269c6e0b54cc
232 232
233 ############# 233 #############
234 ## LOGGERS ## 234 ## LOGGERS ##
235 ############# 235 #############
236 [logger_root] 236 [logger_root]
237 level = ERROR 237 level = DEBUG
238 handlers = console 238 handlers = console
239 239
240 [logger_routes] 240 [logger_routes]
241 level = ERROR 241 level = DEBUG
242 handlers = 242 handlers =
243 qualname = routes.middleware 243 qualname = routes.middleware
244 # "level = DEBUG" logs the route matched and routing variables. 244 # "level = DEBUG" logs the route matched and routing variables.
245 propagate = 1 245 propagate = 1
246 246
255 handlers = 255 handlers =
256 qualname = pylons.templating 256 qualname = pylons.templating
257 propagate = 1 257 propagate = 1
258 258
259 [logger_rhodecode] 259 [logger_rhodecode]
260 level = ERROR 260 level = DEBUG
261 handlers = 261 handlers =
262 qualname = rhodecode 262 qualname = rhodecode
263 propagate = 1 263 propagate = 1
264 264
265 [logger_sqlalchemy] 265 [logger_sqlalchemy]