Re: Logging configuration

2011-10-21 Thread Blaise Laflamme
using a run.wsgi fle like this one at the trot of your project will do want you want with modwsgi, http://docs.pylonsproject.org/projects/pyramid_exclog/dev/#deployment-under-mod-wsgi -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To view thi

Re: Logging configuration

2011-10-21 Thread Mike Orr
On Fri, Oct 21, 2011 at 5:51 AM, Chris McDonough wrote: > On Fri, 2011-10-21 at 02:50 -0700, Mattias wrote: >> I am setting up a little test application using pylons and pyramids, I >> am currently using mod_wsgi under apache2 as the server. So far >> everything works perfectly except my logging.

Re: Logging configuration

2011-10-21 Thread Chris McDonough
On Fri, 2011-10-21 at 02:50 -0700, Mattias wrote: > I am setting up a little test application using pylons and pyramids, I > am currently using mod_wsgi under apache2 as the server. So far > everything works perfectly except my logging. I have tried to change > the > > On the page > http://docs.p