RecoverableError and NonRecoverableError have the useful causes facility which allows for exception chaining, thus having root causes printed along with the Cloudify exception.
However, the causes are currently only printed when the logging level is DEBUG.
Unless the user specifies -vv, these causes won't be printed.
They should be printed in ERROR level.
Environment:
OS (CLI), HA cluster, cloud provider
------------------------------------
Steps to reproduce:
------------------
1.
2.
3.
Expected result:
---------------
Actual result:
-------------