uWSGI log to file

This commit is contained in:
elpatron68
2024-05-27 11:33:14 +02:00
parent 0fd5e9f789
commit face097b39

View File

@@ -2,4 +2,5 @@
wsgi-file = wsgi.py wsgi-file = wsgi.py
master = 5 master = 5
http = :90 http = :90
die-on-term = true die-on-term = true
logto = /app/log/marmelade.log