Hi, uWSGI works well with Pyramid web framework, except that Pyramid's configurations about logger are not handled properly by uWSGI.
I updated the most recent code of uWSGI, and found there is a --ini-paste-logged option in the development version, but it doesn't work, complaining there is no "paste.script.util.logging_config" module. I explored my python packages path, and didn't find the "paste.script.util.logging_config" module either. I installed the most recent paste and pyramid via pip. PS: I found maybe "pyramid.paster.setup_logging" is the same as "paste.script.util.logging_config". Would you tell me how to solve this issue? Thanks. -- Liang Sun <http://liangsun.org>
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
