We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9ec45 commit 2eada0bCopy full SHA for 2eada0b
pkg/deployment/resources/deployment_health.go
@@ -28,7 +28,6 @@ import (
28
29
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1alpha"
30
"github.com/arangodb/kube-arangodb/pkg/metrics"
31
- "github.com/rs/zerolog/log"
32
)
33
34
var (
@@ -147,7 +146,7 @@ dbloop:
147
146
148
for _, col := range inv.Collections {
149
if !col.AllInSync {
150
- log.Debug().Str("col", col.Parameters.Name).Msg("Not in sync")
+ r.log.Debug().Str("db", db.Name()).Str("col", col.Parameters.Name).Msg("Collection not in sync")
151
allInSync = false
152
break dbloop
153
}
0 commit comments