fix(clouddriver): Return a call stack for better error handling
We are seeing large numbers of "NullPointerException" from this particular exception in our CloudDriver logs, and we would like to isolate where underneath the problem lies. The code as written prints only the exception name in the logs, with no stack trace.
The following commits need their title changed:
- c9c7ee7a4634b2b35010fb39c33d8d2851835f35: Return a call stack for better error handling
Please format your commit title into the form:
<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.
The build errors here puzzle me. Can anyone provide some information on how my changes might have caused them?
@mergifyio update
update
✅ Branch has been successfully updated
The build errors here puzzle me. Can anyone provide some information on how my changes might have caused them?
Pretty sure https://github.com/spinnaker/clouddriver/pull/5585 fixes that error, which is why I updated your branch to pick it up.