Skip to content

Commit 2eada0b

Browse files
author
lamai93
committed
Modified log message.
1 parent 8f9ec45 commit 2eada0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/deployment/resources/deployment_health.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import (
2828

2929
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1alpha"
3030
"github.com/arangodb/kube-arangodb/pkg/metrics"
31-
"github.com/rs/zerolog/log"
3231
)
3332

3433
var (
@@ -147,7 +146,7 @@ dbloop:
147146

148147
for _, col := range inv.Collections {
149148
if !col.AllInSync {
150-
log.Debug().Str("col", col.Parameters.Name).Msg("Not in sync")
149+
r.log.Debug().Str("db", db.Name()).Str("col", col.Parameters.Name).Msg("Collection not in sync")
151150
allInSync = false
152151
break dbloop
153152
}

0 commit comments

Comments
 (0)