How to reduce the logs from health checks #405
-
Hey everyone, is it possible to increase the time for the health check? I'm getting two logs for the same request. I believe it's from /index.php in Nginx and /up in Laravel. I know Docker has an option to do this, but I don't think it's the best option since I would need to overwrite the image defaults. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check out v3.3.0. It has a much better experience. I disabled the FPM logs by default, so your Docker logs are a lot cleaner https://github.com/serversideup/docker-php/releases/tag/v3.3.0 It will be available once this build is complete 🤓 https://github.com/serversideup/docker-php/actions/runs/10166037146 |
Beta Was this translation helpful? Give feedback.
Check out v3.3.0. It has a much better experience. I disabled the FPM logs by default, so your Docker logs are a lot cleaner https://github.com/serversideup/docker-php/releases/tag/v3.3.0
It will be available once this build is complete 🤓 https://github.com/serversideup/docker-php/actions/runs/10166037146