From 3b63eea499f3c918713f85dd1e97cbde63a481c2 Mon Sep 17 00:00:00 2001 From: Jeremy Fix Date: Wed, 26 Jun 2024 14:24:36 +0200 Subject: [PATCH] fix: inheritance of uwsgi profile did not seem to work as expected --- .d4g-tools/deploy/taipy/uwsgi.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.d4g-tools/deploy/taipy/uwsgi.ini b/.d4g-tools/deploy/taipy/uwsgi.ini index 6375084..fc9d463 100644 --- a/.d4g-tools/deploy/taipy/uwsgi.ini +++ b/.d4g-tools/deploy/taipy/uwsgi.ini @@ -51,8 +51,10 @@ log-4xx = true ; but log 4xx's anyway log-5xx = true ; and 5xx's [dev] -ini = :prod +ini = :uwsgi http-socket = :5001 +log-4xx = true ; but log 4xx's anyway +log-5xx = true ; and 5xx's logto = %d/uwsgi.dev.log ;DEBUG disable-logging = false