uwsgi: make luci-webui single threaded and log more
authorPeter Stadler <redacted>
Mon, 4 May 2020 19:57:43 +0000 (21:57 +0200)
committerPeter Stadler <redacted>
Mon, 4 May 2020 19:57:43 +0000 (21:57 +0200)
commite8ef54f640bdea6e1a719d3f81c1cb6f9b7968db
tree2b43b3c8a111bb323c9ec1aaa9df2ffedc507a8f
parent420cf65304a295fd801927cafc9e12529c677346
uwsgi: make luci-webui single threaded and log more

More threads can lead to a problem if a luci-app makes a fork
(e.g. for executing a command). Parallelism is still achieved
by using `processes = 3`.
Make the log more verbose by filtering only standard messages
for start/stop/reload out (leaving one line each).

Signed-off-by: Peter Stadler <redacted>
net/uwsgi/Makefile
net/uwsgi/files-luci-support/luci-webui.ini
git clone https://git.99rst.org/PROJECT