capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
354 stars 65 forks source link

PHP Errors not displaying in the log #92

Open davidrojo opened 6 years ago

davidrojo commented 6 years ago

When executing php commands in the server, if the command has an error, these errors are not shown anywhere, either in the console or in the logs.

You can test this by setting a low php memory_limit value in the remote server.

Related: https://github.com/capistrano/symfony/issues/86

Nyholm commented 6 years ago

Thank you for this issue. That is strange. Could you propose a fix?

In /lib/dsl/symfony.rb we define the command. Could one maybe grab stderr?