Author: sebb Date: Sat Jan 24 16:55:49 2026 New Revision: 1931519 Log: Show more output for testing
Modified: comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh Modified: comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh ============================================================================== --- comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh Sat Jan 24 16:12:28 2026 (r1931518) +++ comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh Sat Jan 24 16:55:49 2026 (r1931519) @@ -5,4 +5,4 @@ rm -f /var/log/apache2/*.log apache2ctl start cd scripts -exec gunicorn -b 127.0.0.1 -w 2 wsgi:app \ No newline at end of file +exec gunicorn -b 127.0.0.1 -w 2 wsgi:app --capture-output --access-logfile - --error-logfile - \ No newline at end of file
