I am using Pyramid 1.2.4, with debug_routematch enabled in the
configuration --

$ head prod_test.ini
[app:myapp]
use = egg:myapp
debug_authorization = false
debug_notfound = false
debug_routematch = true
debug_templates = true
default_locale_name = en

[pipeline:main]
pipeline =
    egg:WebError#evalerror
    egg:repoze.tm2#tm
    myapp

As well as on the command line --

$ PYRAMID_DEBUG_ROUTEMATCH=true paster serve --reload prod_test.ini

But I still don't get any route debug message on the console.

What could be wrong?

Thanks.

Jerry

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to