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

Add more exceptions as WARNING log level #6851

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Apr 2, 2020

RepositoryError and ProjectConfigurationError are user errors that
we should not log as ERROR, but as WARNING instead.

Also, the throws list is removed here since all these exceptions
happen inside the Build Environment who already manage them in the
__exit__ method and so, they are never seen by the task.

`RepositoryError` and `ProjectConfigurationError` are user errors that
we should not log as ERROR, but as WARNING instead.

Also, the `throws` list is removed here since all these exceptions
happen inside the Build Environment who already manage them in the
`__exit__` method and so, they are never seen by the task.
@humitos humitos requested a review from a team April 2, 2020 11:04
@humitos humitos merged commit 0e3df50 into master Apr 2, 2020
@humitos humitos deleted the humitos/build-warnings branch April 2, 2020 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants