Log plugin name and attribute errors to plugins#3194
Merged
Conversation
pepeiborra
force-pushed
the
log-plugin-name
branch
4 times, most recently
from
September 18, 2022 14:18
2e1ab65 to
6975503
Compare
pepeiborra
force-pushed
the
log-plugin-name
branch
from
September 18, 2022 17:11
6975503 to
688c7b6
Compare
pepeiborra
marked this pull request as ready for review
September 20, 2022 05:25
Collaborator
Agreed when I originally made the change I didn't really expect to see some of the errors (like failing to typecheck or get a parsed module). I think sending back a |
pepeiborra
force-pushed
the
log-plugin-name
branch
from
September 21, 2022 07:58
ae74945 to
d98918c
Compare
pepeiborra
enabled auto-merge (squash)
September 21, 2022 15:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's another PR to make our logs slightly less useful: include the plugin name in plugin log messages and handler error messages. While there I also lowered the priority of some plugin log messages.
The end result can be seen in the log lines below.
Logs are still way too noisy as we log a warning when a plugin handler returns a
ResponseError. I suspect that some plugins are generatingResponseErrors for things that are not really errors.