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/narr/environment.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/narr/environment.rst') diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 44e75542c..08fa7af44 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -97,6 +97,21 @@ when this value is true. See also :ref:`debug_notfound_section`. | | | +---------------------------------+-----------------------------+ +Debugging Route Matching +------------------------ + +Print debugging messages related to :term:`url dispatch` route matching when +this value is true. See also :ref:`debug_routematch_section`. + ++---------------------------------+-----------------------------+ +| Environment Variable Name | Config File Setting Name | ++=================================+=============================+ +| ``BFG_DEBUG_ROUTEMATCH`` | ``debug_routematch`` | +| | | +| | | +| | | ++---------------------------------+-----------------------------+ + Debugging All ------------- -- cgit v1.2.3