Skip to content

Commit

Permalink
Report Unhandled promise rejection as debug for now (#17831)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Sep 5, 2023
1 parent d6e7ebe commit 76c878d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state/logging-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const loggingMixin = <T extends Constructor<HassBaseEl>>(
ev.reason,
"Unhandled promise rejection"
),
level: "debug",
});
});
}
Expand Down

0 comments on commit 76c878d

Please sign in to comment.