-
Notifications
You must be signed in to change notification settings - Fork 148
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
Enable log errors check test and filter for acceptable errors #3616
Conversation
This pull request does not have a backport label. Could you fix it @michalpristas? 🙏
NOTE: |
🌐 Coverage report
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
SonarQube Quality Gate |
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.
Looks good.
(cherry picked from commit 96d46f9)
…#3637) (cherry picked from commit 96d46f9) Co-authored-by: Michal Pristas <[email protected]>
This PR decreases some of the log levels from error to warning.
Also adds a filter in a test for errors not coming from agent which are somehow expected/acceptable in a process.
Fixes: #3562