# HG changeset patch # User Mads Kiilerich # Date 2020-04-14 13:23:02 # Node ID 269ba88090029d15233e1087b88d305709713dbe # Parent ef9fd1434270598cb202c83b1478471445293fbc uwsgi: clarify that --ini-paste-logged currently requires pastescript This dependency is removed with uWSGI commit https://github.com/unbit/uwsgi/commit/0807b3881f701a6cc1cc95fe872bb7ec2426ef3f and should normally be included in the next release after 2.0.18. diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -114,6 +114,9 @@ timeout = 3600 [uwsgi] <%text>## Note: this section is parsed by the uWSGI .ini parser when run as: <%text>## uwsgi --venv /srv/kallithea/venv --ini-paste-logged my.ini +<%text>## Note: in uWSGI 2.0.18 or older, pastescript needs to be installed to +<%text>## get correct application logging. In later versions this is not necessary. +<%text>## pip install pastescript <%text>## HTTP Basics: http-socket = ${host}:${port}