Re: [Web-SIG] logging support in a multiprocess web server

2008-12-17 Thread Graham Dumpleton
2008/12/18 Manlio Perillo : > Hi. > > I have noted that some WSGI based web applications use the standard logging > module, for logging. > > However I have some doubts about how this works when the application is > embedded in a web server that uses multiple processes (like Nginx or Apache > with p

[Web-SIG] logging support in a multiprocess web server

2008-12-17 Thread Manlio Perillo
Hi. I have noted that some WSGI based web applications use the standard logging module, for logging. However I have some doubts about how this works when the application is embedded in a web server that uses multiple processes (like Nginx or Apache with prefork). Thanks Manlio Perillo