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

Logging #193

Open
addohm opened this issue Jan 29, 2025 · 1 comment
Open

Logging #193

addohm opened this issue Jan 29, 2025 · 1 comment

Comments

@addohm
Copy link

addohm commented Jan 29, 2025

I recognize that you've set this up to log to stdout. Thats fine, and helpful, but I feel that theres just not enough logging. Any form of php error gets thrown into the ether and its really difficult to troubleshoot. I've forked your repo and added msmtp to the image. I can get emails sent from an interactive shell, but I can't get anything sent via PHP and I can not figure out why!!! Please advice or improve the logging :)

@TrafeX
Copy link
Owner

TrafeX commented Feb 23, 2025

Hi @addohm,

From a Nginx / PHP perspective, all errors are send to stdout. If you don't see any errors, then that might be related to your use-case. Make sure that settings like error_reporting and display_errors aren't overridden in your code.

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

No branches or pull requests

2 participants