symfony icon indicating copy to clipboard operation
symfony copied to clipboard

PHP Errors not displaying in the log

Open davidrojo opened this issue 6 years ago • 1 comments

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

davidrojo avatar Apr 29 '18 15:04 davidrojo

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?

Nyholm avatar Sep 06 '18 21:09 Nyholm