diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-16 15:03:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-16 15:03:15 -0500 |
| commit | 24bf2a83c5172e6974c997495e8f1c7922394617 (patch) | |
| tree | b27072f09db57924ec22179538e9cf42204098be /docs/tutorials/wiki2/src/basiclayout/development.ini | |
| parent | a61f345b414bb4529c2a5927a73192ce874ab001 (diff) | |
| download | pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.tar.gz pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.tar.bz2 pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.zip | |
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.
Diffstat (limited to 'docs/tutorials/wiki2/src/basiclayout/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/basiclayout/development.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
