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

Log a stack trace for invocation errors #5853

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

RyanJDick
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Community Node Submission

Description

We recently removed stacktrace logging when there is an exception in an invocation. (Removed in this commit: 3cfac8b)

I find these stacktraces in the logs to be very helpful, so I'm hoping we can bring them back.

@psychedelicious Any opinion, since you're the author of that commit?

@github-actions github-actions bot added python PRs that change python files services PRs that change app services labels Mar 2, 2024
Copy link
Collaborator

@psychedelicious psychedelicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I guess ..." % e works differently than f"...{e}"?

Did not intend to remove stack traces, thanks for catching this.

@psychedelicious psychedelicious merged commit f6028a4 into main Mar 4, 2024
14 checks passed
@psychedelicious psychedelicious deleted the ryan/log-session-error-traceback branch March 4, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python PRs that change python files services PRs that change app services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants