On Tue, May 22, 2012 at 2:37 AM, Marius Gedminas <[email protected]> wrote: > If you use something else (e.g. uwsgi, with which I'm entirely > unfamiliar), you have to ensure it configures logging for you. > > Google tells me uwsgi has a --ini-paste-logged option ("only availabe in > the development version" according to a blog post dated February 2012).
Thanks, you're right, actually it's already in released code. To correctly use it ini file for uwsgi should looks like: [uwsgi] ... ini-paste-logged = /home/user/projects/abc/development.ini ... And also pypi package `pastescript` should be installed to display complete output from pyramid app logging output. -- Sergei Stolyarov -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
