symfony
symfony copied to clipboard
PHP Errors not displaying in the log
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
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?