-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error logs don't show in stdout #311
Comments
In the Dockerfile https://github.com/docker-library/php/blob/master/7.2/alpine3.7/fpm/Dockerfile#L191
For why this is: docker-library/php#358 (comment)
|
Issue seems resolved so going to close |
Actually, the issue is not resolved, it's still present in 7.4.* images (haven't try 8.x branch). |
Because Anything that would've been written to the |
Thing is, I don't use Docker, rather Docker container in Kubernetes. How does that impact PHP-FPM logging? |
It shouldn't? You're just using For some more info about this nuance see docker-library/php#811 (comment) |
I'm getting only access logs to the stdout and at least I assume that the error logs should be shown in there also. Im using custom image
FROM wordpress:php7.1-fpm-alpine
which doesn't touch to any logging options (at least not purposely). The image that I'm using is: https://github.com/bond-agency/docker-wpbp-wordpressIs there something wrong with the configuration of that image or do I have to turn the logging on separately?
The text was updated successfully, but these errors were encountered: