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

fix: log throwable catched when ticking signs #1219

Merged
merged 1 commit into from
May 8, 2023
Merged

Conversation

0utplay
Copy link
Member

@0utplay 0utplay commented May 8, 2023

Motivation

We catch all throwables while ticking a sign. If any exception occurs we log a warning but that warning is missing the catched throwable and therefore we don't have any information about the reason for the error.

Modification

Made sure to print the throwable too.

Result

We have information if something goes wrong

@0utplay 0utplay added the in: module An issue/pull request releated to one of the internal modules label May 8, 2023
@0utplay 0utplay added this to the 4.0.0-RC9 milestone May 8, 2023
@0utplay 0utplay requested a review from derklaro May 8, 2023 07:31
@0utplay 0utplay self-assigned this May 8, 2023
@derklaro derklaro added v: 4.X This pull should be included in the 4.0 release t: fix A pull request introducing a fix for a bug. labels May 8, 2023
@derklaro derklaro added this pull request to the merge queue May 8, 2023
Merged via the queue into nightly with commit dee46f7 May 8, 2023
7 checks passed
@derklaro derklaro deleted the signs-exception branch May 8, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: module An issue/pull request releated to one of the internal modules t: fix A pull request introducing a fix for a bug. v: 4.X This pull should be included in the 4.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants