I'm using the following code for debug logging: import logging log = logging.getLogger(__name__) ... log.debug()
When using command ``pserve --reload development.ini`` logs are printed fine, but my application is executed on uwsgi/nginx I cannot find where my debug output goes. UWSGI log contains just uwsgi related stuff. I use the same development.ini for both paster and uwsgi modes. Could you please explain how this logs could be enabled? -- 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.
