ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
37 stars 32 forks source link

Nullify php-fpm log spam #1548

Closed clpetersonucf closed 5 months ago

clpetersonucf commented 8 months ago

This is a single-line addition to the materia-app dockerfile to prevent the php-fpm access.log contents from making it into the docker stream. These logs don't appear to ever contain anything useful and cause massive bloat of the application logs on production.

Note that since this modifies the materia-app image, the local image must be rebuilt. docker-compose down will not suffice since that only kills containers, not images.