Skip to content

fix: avoid panic due to incorrect logger key-value pairs #793

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

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

iPraveenParihar
Copy link
Member

This commit fixes PANIC caused by an odd number of arguments passed
as key-value pairs to the structured logger.
This ensures that all key-value pairs are correctly formatted to
prevent runtime issues during logging.

This commit fixes PANIC caused by an odd number of
arguments passed as key-value pairs to the structured logger.
This ensures that all key-value pairs are correctly formatted
to prevent runtime issues during logging.

Signed-off-by: Praveen M <[email protected]>
@iPraveenParihar iPraveenParihar self-assigned this Apr 14, 2025
@iPraveenParihar iPraveenParihar marked this pull request as ready for review April 14, 2025 06:20
@Madhu-1 Madhu-1 added the DNM Do Not Merge label Apr 14, 2025
@mergify mergify bot merged commit 92ba605 into csi-addons:main Apr 14, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM Do Not Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants