Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error handling #205

Open
internalsystemerror opened this issue Aug 17, 2022 · 1 comment
Open

Better error handling #205

internalsystemerror opened this issue Aug 17, 2022 · 1 comment

Comments

@internalsystemerror
Copy link
Member

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.

@Ocramius
Copy link
Member

Ocramius commented Dec 9, 2022

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 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants