fix(edgestacks): change the level of a logged line EE-6874 (#11396)

pull/12155/head
andres-portainer 2024-08-28 18:16:34 -03:00 committed by GitHub
parent 3c1441d462
commit eb3e367ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)).