Dont redact hass entry title

This commit is contained in:
seydx
2025-09-30 14:48:58 +02:00
parent abd61919cf
commit 3a0e4078fd
+1 -2
View File
@@ -15,7 +15,6 @@ import (
"github.com/AlexxIT/go2rtc/internal/streams" "github.com/AlexxIT/go2rtc/internal/streams"
"github.com/AlexxIT/go2rtc/pkg/core" "github.com/AlexxIT/go2rtc/pkg/core"
"github.com/AlexxIT/go2rtc/pkg/hass" "github.com/AlexxIT/go2rtc/pkg/hass"
"github.com/AlexxIT/go2rtc/pkg/shell"
"github.com/rs/zerolog" "github.com/rs/zerolog"
) )
@@ -178,7 +177,7 @@ func importConfig(config string) error {
continue continue
} }
log.Debug().Str("url", "hass:"+shell.Redact(entrie.Title)).Msg("[hass] load config") log.Debug().Str("url", "hass:"+entrie.Title).Msg("[hass] load config")
//streams.Get("hass:" + entrie.Title) //streams.Get("hass:" + entrie.Title)
} }