Report `Unhandled promise rejection` as debug for now (#17831)

This commit is contained in:
Bram Kragten 2023-09-05 22:39:40 +02:00 committed by GitHub
parent d6e7ebe71d
commit 76c878df57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export const loggingMixin = <T extends Constructor<HassBaseEl>>(
ev.reason,
"Unhandled promise rejection"
),
level: "debug",
});
});
}