Promote log

This commit is contained in:
Ryan McGuire 2025-01-04 17:55:09 -05:00
parent 398cfdb77c
commit 23da46fe07

View File

@ -76,6 +76,9 @@ func handleProviderRequest(
// such as dew point and wind chill // such as dew point and wind chill
update.Enrich() 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")) w.Write([]byte("ok"))
} }