diff --git a/pkg/ambient/ambient.go b/pkg/ambient/ambient.go index cdd2450..06a7e6b 100644 --- a/pkg/ambient/ambient.go +++ b/pkg/ambient/ambient.go @@ -76,6 +76,9 @@ func handleProviderRequest( // such as dew point and wind chill update.Enrich() - l.Trace().Any("update", update).Send() + l.Debug(). + Str("provider", p.Name()). + Any("update", update). + Msg("successfully handled update") w.Write([]byte("ok")) }