Change import log for hass module from debug to trace

This commit is contained in:
Alex X
2024-05-24 11:04:26 +03:00
parent d2346a2aed
commit ff39e2e496
+1 -1
View File
@@ -57,7 +57,7 @@ func Init() {
// load static entries from Hass config
if err := importConfig(conf.Mod.Config); err != nil {
log.Debug().Msgf("[hass] can't import config: %s", err)
log.Trace().Msgf("[hass] can't import config: %s", err)
api.HandleFunc("api/hass", func(w http.ResponseWriter, _ *http.Request) {
http.Error(w, "no hass config", http.StatusNotFound)