Skip to content

Commit

Permalink
Change import log for hass module from debug to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed May 24, 2024
1 parent d2346a2 commit ff39e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hass/hass.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ff39e2e

Please sign in to comment.