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
s a [loggers] section (all of the scaffold-generated .ini files >> do). logging.fileConfig reads the logging configuration from the ini >> file upon which paster serve was invoked." >> >> I use paster in my wsgi file, http://pastie.org/2734261, but I know >> you can a

Re: Logging configuration

2011-10-21 Thread Chris McDonough
h > Pyramid do this." > > Later on it says "The paster serve command calls the > logging.fileConfig function using the specified ini file if it > contains a [loggers] section (all of the scaffold-generated .ini files > do). logging.fileConfig reads the logging config

Logging configuration

2011-10-21 Thread Mattias
function using the specified ini file if it contains a [loggers] section (all of the scaffold-generated .ini files do). logging.fileConfig reads the logging configuration from the ini file upon which paster serve was invoked." I use paster in my wsgi file, http://pastie.org/2734261, but I k