Let anitya print to its logs if it wants to

This commit is contained in:
Pierre-Yves Chibon 2016-10-29 12:02:17 +02:00
parent db819ff981
commit 9678204a6d

View file

@ -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