Custom Search

Sunday, June 26, 2016

apache, wsgi log python print statement in apache log


$sudo vim /etc/apache2/mods-available/wsgi.conf
WSGIRestrictStdout Off

then restart apache

then check log file
$sudo tail -f  /var/log/apache2/horizon_error.log

1 comment: