Thanks Michael. But after setting the loggers in prod_test.ini --
[loggers] keys = root, myapp ... [logger_root] level = DEBUG handlers = console [logger_myapp] level = DEBUG handlers = qualname = myapp I'm starting to see all the ThreadPool work messages, but still nothing from route match. Any further pointer? Jerry On Jan 5, 4:33 pm, Michael Merickel <[email protected]> wrote: > 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/log... > > > > > > > > On Thu, Jan 5, 2012 at 2:13 AM, jerry <[email protected]> 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 [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. -- 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.
