diff --git a/api/http/handler/edgestacks/edgestack_status_update.go b/api/http/handler/edgestacks/edgestack_status_update.go index 63b9399b5..df51fb426 100644 --- a/api/http/handler/edgestacks/edgestack_status_update.go +++ b/api/http/handler/edgestacks/edgestack_status_update.go @@ -88,7 +88,7 @@ func (handler *Handler) updateEdgeStackStatus(tx dataservices.DataStoreTx, r *ht if err != nil { if dataservices.IsErrObjectNotFound(err) { // skip error because agent tries to report on deleted stack - log.Warn(). + log.Debug(). Err(err). Int("stackID", int(stackID)). Int("status", int(*payload.Status)).