-
Notifications
You must be signed in to change notification settings - Fork 130
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 parser for integration SDK errors #1800
Conversation
aeee865
to
8fe7181
Compare
3c44b30
to
e81af00
Compare
e81af00
to
f1dc640
Compare
f1dc640
to
b04608c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I would add a more descriptive PR description to understand the consequences of the change.
1f7ac48
to
641adbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
d619854
to
232ce81
Compare
232ce81
to
50f1b54
Compare
50f1b54
to
6d646a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
The infrastructure agent will now log integration execution errors matching the level set for infra-agent logs.
Before this fix, all integrations logs were output only when the infra-agent level was debug. The integrations warning and info level logs will continue being output only when the agent level is debug.
The infrastructure agent is also capable of filtering the errors of an integration if it's explicitly defined in the log configuration. In this example the errors coming from nri-mssql won't be shown when the agent log is in any level (except debug):