From 3a0e4078fdb63cb9d496b7376f008c4fd183943e Mon Sep 17 00:00:00 2001 From: seydx Date: Tue, 30 Sep 2025 14:48:58 +0200 Subject: [PATCH] Dont redact hass entry title --- internal/hass/hass.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/hass/hass.go b/internal/hass/hass.go index e2132ad6..ea172b02 100644 --- a/internal/hass/hass.go +++ b/internal/hass/hass.go @@ -15,7 +15,6 @@ import ( "github.com/AlexxIT/go2rtc/internal/streams" "github.com/AlexxIT/go2rtc/pkg/core" "github.com/AlexxIT/go2rtc/pkg/hass" - "github.com/AlexxIT/go2rtc/pkg/shell" "github.com/rs/zerolog" ) @@ -178,7 +177,7 @@ func importConfig(config string) error { 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) }