Promote log
This commit is contained in:
parent
398cfdb77c
commit
23da46fe07
@ -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"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user