Skip to content

Commit 3b63eea

Browse files
committed
fix: inheritance of uwsgi profile did not seem to work as expected
1 parent 55e1ce7 commit 3b63eea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.d4g-tools/deploy/taipy/uwsgi.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ log-4xx = true ; but log 4xx's anyway
5151
log-5xx = true ; and 5xx's
5252

5353
[dev]
54-
ini = :prod
54+
ini = :uwsgi
5555
http-socket = :5001
56+
log-4xx = true ; but log 4xx's anyway
57+
log-5xx = true ; and 5xx's
5658
logto = %d/uwsgi.dev.log
5759
;DEBUG
5860
disable-logging = false

0 commit comments

Comments
 (0)