You probably do not have the DEBUG level enabled for the pyramid package.
Make sure you have something along the lines of the default logging setup
in your ini.

http://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/narr/logging.html


On Thu, Jan 5, 2012 at 2:13 AM, jerry <jerryji1...@gmail.com> wrote:

> 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 pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

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

Reply via email to