Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Consider setting error_log in php.ini to /dev/stderr #123

Open
PhilippCh opened this issue May 18, 2020 · 1 comment
Open

Consider setting error_log in php.ini to /dev/stderr #123

PhilippCh opened this issue May 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@PhilippCh
Copy link

I'm trying to set up a container in my Kubernetes cluster and am getting HTTP 500 responses from the login endpoint. While trying to debug the issue I noticed that PHP doesn't output error logs to the standard output/error, thus Kubernetes isn't able to catch them.

Would you consider sending PHP errors to /dev/stdout or /dev/stderr?

@eerotal
Copy link
Owner

eerotal commented May 20, 2020

Seems like a good idea, I'll look into it.

@eerotal eerotal added the enhancement New feature or request label May 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants