This repository has been archived by the owner on May 9, 2024. It is now read-only.
Running 10updocker logs phpfpm results in "'trim' of undefined" error #251
Labels
bug
Something isn't working
Describe the bug
When I run
10updocker logs phpfpm
I get an error, "Cannot read property 'trim' of undefined". I just recently switched from an old Intel mac to a new M1, not sure if that has anything to do with the bug (I doubt it) but it means I had to install 10updocker; I used to be able to see logs on my old Intel mac's install, but have always received this error on my new M1.Steps to Reproduce
10updocker logs phpfpm
in any running container.Expected behavior
On my Intel mac, the PHP error logs were output to the terminal. Also,
Environment information
Additional context
Here's what appears in my console:
I don't know where logs would be stored, but when I check
/var/log/php-fpm
it's empty. I'm intentionally causing a 500 error, so something should be getting logged.The text was updated successfully, but these errors were encountered: