mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Get full core logs from core (#12639)
This commit is contained in:
parent
6faa3eb848
commit
9ed069ef6a
@ -124,7 +124,7 @@ class ErrorLogCard extends LitElement {
|
||||
this._logHTML = this.hass.localize("ui.panel.config.logs.loading_log");
|
||||
let log: string;
|
||||
|
||||
if (isComponentLoaded(this.hass, "hassio")) {
|
||||
if (this.provider !== "core" && isComponentLoaded(this.hass, "hassio")) {
|
||||
try {
|
||||
log = await fetchHassioLogs(this.hass, this.provider);
|
||||
if (this.filter) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user