[damned-lies/oscp] WSGIRestrictStdout Off



commit 1dcdef018d91029d1da03e986a50af1020fc719f
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 13:25:31 2020 +0100

    WSGIRestrictStdout Off

 l10n.gnome.org.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/l10n.gnome.org.conf b/l10n.gnome.org.conf
index 60471be2..459cc063 100644
--- a/l10n.gnome.org.conf
+++ b/l10n.gnome.org.conf
@@ -14,8 +14,9 @@ LogLevel info
     WSGIDaemonProcess l10n display-name=%{GROUP} processes=1 threads=3 home=/l10n python-home=/l10n/venv 
python-path=/l10n/damnedlies user=l10n group=l10n
     WSGIProcessGroup l10n
     WSGIScriptAlias / /l10n/damnedlies/damnedlies/wsgi.py
-    LogLevel info
+    LogLevel debug
     TimeOut 600
+    WSGIRestrictStdout Off
 
     # Map .po and .pot files accordingly to the correct Content-Type,
     # and also make sure they are rendered as utf-8.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]