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

feat(tail/log): dedup same log string in scanner #165

Merged
merged 8 commits into from
Nov 13, 2024
Merged

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Nov 8, 2024

There's no reason to catch all these logs with same timestamps:

[Thu Sep 19 02:29:46 2024] nvidia-peermem nv_get_p2p_free_callback:127 ERROR detected invalid context, skipping further processing
[Thu Sep 19 02:29:46 2024] nvidia-peermem nv_get_p2p_free_callback:127 ERROR detected invalid context, skipping further processing
[Thu Sep 19 02:29:46 2024] nvidia-peermem nv_get_p2p_free_callback:127 ERROR detected invalid context, skipping further processing

Break #157 into smaller PRs.

@gyuho gyuho self-assigned this Nov 8, 2024
@gyuho gyuho added this to the v0.1.6 milestone Nov 8, 2024
Signed-off-by: Gyuho Lee <[email protected]>
@gyuho gyuho merged commit 66720c8 into main Nov 13, 2024
5 checks passed
@gyuho gyuho deleted the log-refactoring branch November 13, 2024 05:13
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