1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

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

This commit is contained in:
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

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