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

Work around the long-standing PHP-FPM truncating logs #3

Closed
hopeseekr opened this issue Mar 7, 2018 · 0 comments · Fixed by #32
Closed

Work around the long-standing PHP-FPM truncating logs #3

hopeseekr opened this issue Mar 7, 2018 · 0 comments · Fixed by #32

Comments

@hopeseekr
Copy link
Member

The Problem:
PHP-FPM artificially truncates logs piped to STDOUT (what we do) to just 1,024 characters. This is a long-standing bug that probably will not be fixed in the foreseeable future.
https://bugs.php.net/bug.php?id=69031

The Solution:
Implement Maks3w's workaround.

Migrated from https://github.com/phpexpertsinc/docker-php/issues/6

hopeseekr added a commit that referenced this issue May 21, 2024
hopeseekr added a commit that referenced this issue Sep 8, 2024
hopeseekr added a commit that referenced this issue Sep 8, 2024
hopeseekr added a commit that referenced this issue Sep 8, 2024
hopeseekr added a commit that referenced this issue Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant