Closed phansys closed 10 years ago
Added exception message for spy_timeline:deploy when verbosity level is at least 2 (command executed with -v option) and errors occurred.
spy_timeline:deploy
-v
$ app/console spy_timeline:deploy -v
Before: [TIMELINE] Error during deploy action 123
[TIMELINE] Error during deploy action 123
After: [TIMELINE] Error during deploy action 123: The exception message
[TIMELINE] Error during deploy action 123: The exception message
Thanks. :)
Added exception message for
spy_timeline:deploy
when verbosity level is at least 2 (command executed with-v
option) and errors occurred.$ app/console spy_timeline:deploy -v
Before:
[TIMELINE] Error during deploy action 123
After:
[TIMELINE] Error during deploy action 123: The exception message