> > I think this is getting old.... > > Please, how do I run a Pyramid 1.3 app, full with logging as specified > in the .ini file, under uWSGI. >
uwsgi --http :8080 --ini-paste-logged deployement.ini (substitute deployment.ini with your config file). You have to use at least uWSGI 1.2 -- Roberto De Ioris http://unbit.it -- 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.
