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

tetragon: Fix cache usage of logger #300

Merged
merged 1 commit into from
Aug 10, 2022
Merged

tetragon: Fix cache usage of logger #300

merged 1 commit into from
Aug 10, 2022

Conversation

jrfastab
Copy link
Contributor

We observed a panic from cache code when trying to print a log message. The issue
is the pkg has not been completely converted over to the new logging scheme. Seems
like we missed some bits when refactoring.

To fix remove log from Cache and use GetLogger() api.

Signed-off-by: John Fastabend [email protected]

We observed a panic from cache code when trying to print a log message. The issue
is the pkg has not been completely converted over to the new logging scheme. Seems
like we missed some bits when refactoring.

To fix remove log from Cache and use GetLogger() api.

Signed-off-by: John Fastabend <[email protected]>
@jrfastab jrfastab requested a review from a team as a code owner August 10, 2022 05:55
@jrfastab jrfastab requested a review from kevsecurity August 10, 2022 05:55
@kkourt kkourt merged commit 29211b9 into main Aug 10, 2022
@kkourt kkourt deleted the fixLogger branch August 10, 2022 07:28
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.

3 participants