Skip to content

Commit

Permalink
Fix: console correlation Id
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 15, 2023
1 parent 7cbf3fd commit efa89c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/console/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const code = [

export const output = [
'{"correlationId": "34fedb32f80e6ac4cd329a948e5ac2cc", "level": "info", "message": <span class="text-gray-medium">"[tracer] - sum execution initiated"</span>, "timestamp": "2023-05-25T04:25:52.180Z"}',
'{"correlationId": "3d2fa3f77d4506f3192b28327cdfa88d", "level": "info", "message": <span class="text-gray-medium">"[tracer] - sum execution completed - execution_time : 0.05579999997280538ms"</span>, "timestamp": "2023-05-25T04:25:52.180Z"}',
'{"correlationId": "34fedb32f80e6ac4cd329a948e5ac2cc", "level": "info", "message": <span class="text-gray-medium">"[tracer] - sum execution completed - execution_time : 0.05579999997280538ms"</span>, "timestamp": "2023-05-25T04:25:52.180Z"}',
"9"
];

0 comments on commit efa89c8

Please sign in to comment.