changeset 8355:269ba8809002

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.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 14 Apr 2020 13:23:02 +0200
parents ef9fd1434270
children 3d3c7481aede
files kallithea/lib/paster_commands/template.ini.mako
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/paster_commands/template.ini.mako	Wed Apr 22 20:47:02 2020 +0200
+++ b/kallithea/lib/paster_commands/template.ini.mako	Tue Apr 14 13:23:02 2020 +0200
@@ -114,6 +114,9 @@
 [uwsgi]
 <%text>## Note: this section is parsed by the uWSGI .ini parser when run as:</%text>
 <%text>## uwsgi --venv /srv/kallithea/venv --ini-paste-logged my.ini</%text>
+<%text>## Note: in uWSGI 2.0.18 or older, pastescript needs to be installed to</%text>
+<%text>## get correct application logging. In later versions this is not necessary.</%text>
+<%text>## pip install pastescript</%text>
 
 <%text>## HTTP Basics:</%text>
 http-socket = ${host}:${port}