Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 38d16da

Browse files
troyrondaGerrit Code Review
authored andcommitted
Merge "[FAB-9031] Log success upon reading key from config"
2 parents 9880e07 + 15453a3 commit 38d16da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/core/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,8 @@ func (c *Config) TLSClientCerts() ([]tls.Certificate, error) {
14801480
return nil, errors.Errorf("Error loading cert/key pair as TLS client credentials: %v", err)
14811481
}
14821482

1483+
logger.Debug("pk read from config successfully")
1484+
14831485
return []tls.Certificate{clientCerts}, nil
14841486

14851487
}

0 commit comments

Comments
 (0)