From 9678204a6d46e72c845c79b0cd80f6c80407891e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 29 Oct 2016 12:02:17 +0200 Subject: [PATCH] Let anitya print to its logs if it wants to --- roles/anitya/frontend/templates/anitya.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anitya/frontend/templates/anitya.conf b/roles/anitya/frontend/templates/anitya.conf index 0bf7fccf89..1ad401da7d 100644 --- a/roles/anitya/frontend/templates/anitya.conf +++ b/roles/anitya/frontend/templates/anitya.conf @@ -3,7 +3,7 @@ Alias /static /usr/lib/python2.7/site-packages/anitya/static/ WSGIDaemonProcess anitya user=apache maximum-requests=1000 display-name=anitya processes=4 threads=4 WSGISocketPrefix run/wsgi -WSGIRestrictStdout On +WSGIRestrictStdout Off WSGIRestrictSignal Off WSGIPythonOptimize 1