Skip to content

Commit 52ef157

Browse files
authored
Merge pull request #4271 from makhov/fix-kine-dsn-leakage
Fix kind dsn leakage
2 parents 8843e64 + 979857f commit 52ef157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/component/controller/kine.go

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ func (k *Kine) Init(_ context.Context) error {
105105
// Run runs kine
106106
func (k *Kine) Start(ctx context.Context) error {
107107
logrus.Info("Starting kine")
108-
logrus.Debugf("datasource: %s", k.Config.DataSource)
109108
k.ctx = ctx
110109

111110
k.supervisor = supervisor.Supervisor{

0 commit comments

Comments
 (0)