Question

I have installed uWSGI 2.0 - pip install uwsgi and I'd like to use syslog plugin. I have by default only python_plugin and python27_plugin. How do I install any additional plugins for uWSGI?

My OS is Ubuntu Server 12.04.3 LTS. Thanks in advance!

Was it helpful?

Solution

I've installed uwsgi from Ubuntu's package and it seems to be splited into many plugins.

I'd stop getting "unable to find logger syslog" after adding --plugin syslog to the command line.

OTHER TIPS

The syslog plugin is embedded in the binary when you install uWSGI via pip:

https://github.com/unbit/uwsgi/blob/master/buildconf/base.ini#L16

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top