From cec9bdf5fd4ae46e013ba7674656883bc952b1b9 Mon Sep 17 00:00:00 2001 From: Palash Gupta Date: Mon, 25 Sep 2023 17:14:40 +0530 Subject: [PATCH] chore: test is updated --- frontend/src/container/LogDetailedView/utils.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/LogDetailedView/utils.tsx b/frontend/src/container/LogDetailedView/utils.tsx index c07c4c7622..02890e7dc9 100644 --- a/frontend/src/container/LogDetailedView/utils.tsx +++ b/frontend/src/container/LogDetailedView/utils.tsx @@ -198,6 +198,7 @@ export const aggregateAttributesResourcesToString = (logData: ILog): string => { traceId: logData.traceId, attributes: {}, resources: {}, + severity_text: logData.severity_text, }; Object.keys(logData).forEach((key) => {