mirror of https://github.com/portainer/portainer
fix(edgestacks): change the level of a logged line EE-6874 (#11396)
parent
3c1441d462
commit
eb3e367ba8
|
@ -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)).
|
||||
|
|
Loading…
Reference in New Issue