How can I find out what's going wrong with a ddev container, or see the logs?
问题 I'm working on a project using ddev and I don't know how to troubleshoot things because they're hidden in the containers they run in. For example, I've tried ddev logs but it doesn't give me enough information. 回答1: ddev logs is the first line of investigation. It gets the logs of the web container (both the nginx error log and the php-fpm error log, mixed together). Extra approaches: You could probably (temporarily) remove any custom nginx/php/mysql configuration that you might have added to