Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullify php-fpm log spam #1548

Merged

Conversation

clpetersonucf
Copy link
Member

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.

@clpetersonucf clpetersonucf merged commit a095e78 into ucfopen:dev/10.1.0 Jan 23, 2024
2 checks passed
@clpetersonucf clpetersonucf deleted the feature/nullify-log-spam branch January 23, 2024 20:31
@clpetersonucf clpetersonucf mentioned this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant