diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -7,6 +7,7 @@ [DEFAULT] debug = true +pdebug = false ################################################################################ ## Uncomment and replace with the address which should receive ## ## any error reports after application crash ## @@ -44,8 +45,10 @@ static_files = true lang=en cache_dir = /tmp/data index_dir = /tmp/index +app_instance_uuid = develop-test cut_off_limit = 256000 force_https = false +commit_parse_limit = 25 #################################### ### CELERY CONFIG #### @@ -92,7 +95,7 @@ beaker.cache.long_term.expire=36000 beaker.cache.sql_cache_short.type=memory -beaker.cache.sql_cache_short.expire=5 +beaker.cache.sql_cache_short.expire=10 beaker.cache.sql_cache_med.type=memory beaker.cache.sql_cache_med.expire=360 @@ -168,6 +171,18 @@ handlers = console qualname = routes.middleware # "level = DEBUG" logs the route matched and routing variables. +[logger_beaker] +level = DEBUG +handlers = +qualname = beaker.container +propagate = 1 + +[logger_templates] +level = INFO +handlers = +qualname = pylons.templating +propagate = 1 + [logger_rhodecode] level = ERROR handlers = console