automatic-releases icon indicating copy to clipboard operation
automatic-releases copied to clipboard

Better error handling

Open internalsystemerror opened this issue 2 years ago • 1 comments

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

The GitHub API returns a response like {"message":"error message", "errors": ['error 1','error 2']} on error. We should utilise this field if available, falling back to the current generic error messages.

internalsystemerror avatar Aug 17 '22 17:08 internalsystemerror

IMO we can perhaps consider raising the debug level of the tooling by default?

Currently, the LOG_LEVEL environment variable is undocumented, and set to INFO by default :thinking:

Ocramius avatar Dec 09 '22 09:12 Ocramius