From 24bf2a83c5172e6974c997495e8f1c7922394617 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 16 Dec 2010 15:03:15 -0500 Subject: Features -------- - Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). Documentation ------------- - Added "Debugging Route Matching" section to the urldispatch narrative documentation chapter. - Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` config file setting to the Environment narrative docs chapter. --- docs/tutorials/wiki2/src/basiclayout/development.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki2/src/basiclayout/development.ini') diff --git a/docs/tutorials/wiki2/src/basiclayout/development.ini b/docs/tutorials/wiki2/src/basiclayout/development.ini index 10595b4f5..b0cfd12a7 100644 --- a/docs/tutorials/wiki2/src/basiclayout/development.ini +++ b/docs/tutorials/wiki2/src/basiclayout/development.ini @@ -3,7 +3,7 @@ use = egg:tutorial reload_templates = true debug_authorization = false debug_notfound = false -debug_matched = false +debug_routematch = false debug_templates = true default_locale_name = en sqlalchemy.url = sqlite:///%(here)s/tutorial.db -- cgit v1.2.3