mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Support grouped system log messages (#5030)
* Support grouped system log messages * Format source
This commit is contained in:
@@ -2,9 +2,9 @@ import { HomeAssistant } from "../types";
|
||||
|
||||
export interface LoggedError {
|
||||
name: string;
|
||||
message: string;
|
||||
message: [string];
|
||||
level: string;
|
||||
source: string;
|
||||
source: [string, number];
|
||||
// unix timestamp in seconds
|
||||
timestamp: number;
|
||||
exception: string;
|
||||
|
||||
Reference in New Issue
Block a user