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 log logging #3342

Merged
merged 2 commits into from
Jan 12, 2022
Merged

Add log logging #3342

merged 2 commits into from
Jan 12, 2022

Conversation

knolleary
Copy link
Member

  • Bugfix (non-breaking change which fixes an issue)

Proposed changes

This adds some comprehensive logging if a call to Node.log itself throws an error.

That should not happen - but we have #3327 telling us it can happen. This logging should capture more information about the state of the node and its flow object. It will also tell us the type/id/module of the node that hit the error.

A side-effect of this PR is nodes now have a _module property that is information about the module that provided the node - including name and version.

Checklist

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 67.423% when pulling c801bc5 on add-log-logging into f8c47f5 on master.

@knolleary knolleary merged commit 25dba1a into master Jan 12, 2022
@knolleary knolleary deleted the add-log-logging branch May 3, 2022 12:42
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.

None yet

2 participants