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

fix: _OP_ERRORS was missing plugin logs #369

Merged
merged 1 commit into from
Jul 11, 2024
Merged

fix: _OP_ERRORS was missing plugin logs #369

merged 1 commit into from
Jul 11, 2024

Conversation

miki725
Copy link
Contributor

@miki725 miki725 commented Jul 11, 2024

Issue

_OP_ERRORS had some logs missing

Description

As the key was collected by system plugin which is executed first it was missing any of the logs which were reported after that point. Moved its collection to metsys plugin which is executed last which should ensure all relevant logs are included.

Testing

set chalk_log_level to trace locally and observe log output

@miki725 miki725 requested a review from viega as a code owner July 11, 2024 13:09
As the key was collected by `system` plugin which is executed first
it was missing any of the logs which were reported after that point.
Moved its collection to `metsys` plugin which is executed last
which should ensure all relevant logs are included.
@miki725 miki725 merged commit 6a59931 into main Jul 11, 2024
4 checks passed
@miki725 miki725 deleted the errors branch July 11, 2024 13:26
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.

2 participants