From 76c878df577fc363fe7b2eb14a456d65d55da138 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 5 Sep 2023 22:39:40 +0200 Subject: [PATCH] Report `Unhandled promise rejection` as debug for now (#17831) --- src/state/logging-mixin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/logging-mixin.ts b/src/state/logging-mixin.ts index 66065f55aa..c9a01249aa 100644 --- a/src/state/logging-mixin.ts +++ b/src/state/logging-mixin.ts @@ -62,6 +62,7 @@ export const loggingMixin = >( ev.reason, "Unhandled promise rejection" ), + level: "debug", }); }); }