summaryrefslogtreecommitdiff
path: root/docs/narr/environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/environment.rst')
-rw-r--r--docs/narr/environment.rst15
1 files changed, 15 insertions, 0 deletions
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
-------------