mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
fix(edgestacks): change the level of a logged line EE-6874 (#11396)
This commit is contained in:
parent
3c1441d462
commit
eb3e367ba8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ func (handler *Handler) updateEdgeStackStatus(tx dataservices.DataStoreTx, r *ht
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if dataservices.IsErrObjectNotFound(err) {
|
if dataservices.IsErrObjectNotFound(err) {
|
||||||
// skip error because agent tries to report on deleted stack
|
// skip error because agent tries to report on deleted stack
|
||||||
log.Warn().
|
log.Debug().
|
||||||
Err(err).
|
Err(err).
|
||||||
Int("stackID", int(stackID)).
|
Int("stackID", int(stackID)).
|
||||||
Int("status", int(*payload.Status)).
|
Int("status", int(*payload.Status)).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue