On Monday, March 18, 2013 11:12:13 AM UTC-4, cropr wrote: > > Sometimes I am having issues with pyrmid finding the right view_callable. > Is there a best practice to debug the search process for a view_callable? > Can I see somewhere in a logfile or setting why a certain view_callable is > rejected by pyramid? Trial and error method I am using now is not very > efficient >
There is an environment variable (or it can be set in the config file i think) that you can use: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/urldispatch.html#debugging-route-matching -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
