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
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