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.pylonsproject.org/projects/pyramid/1.2/narr/logging.html is says "This chapter assumes you’ve used a scaffold to create a project which contains development.ini and production.ini files which help configure logging. All of the scaffolds which ship along with 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 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 also use paster as the server. Will the automatic logging configuration only work if I am using paster as the server? -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.