Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install some additional uWSGI plugins?

Tags:

plugins

pip

uwsgi

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!

like image 384
Anton Sergeev Avatar asked Aug 16 '26 03:08

Anton Sergeev


2 Answers

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.

like image 56
Henrique Bastos Avatar answered Aug 18 '26 18:08

Henrique Bastos


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

like image 43
roberto Avatar answered Aug 18 '26 20:08

roberto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!