Commit 92ba605
fix: avoid panic due to incorrect logger key-value pairs
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 <m.praveen@ibm.com>1 parent 6546fbb commit 92ba605
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments