Skip to content

Commit 1f0a5bb

Browse files
committed
fix: removed 'errorStack' from error log
1 parent 47361ff commit 1f0a5bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/supervisor/src/services/failedPodHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ export class FailedPodHandler {
276276
informerName,
277277
error: error?.message,
278278
errorType: error?.name,
279-
errorStack: error?.stack,
280279
});
281280
this.informerEventsTotal.inc({ namespace: this.namespace, verb: "error" });
282281

0 commit comments

Comments
 (0)