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

Commit 15453a3

Browse files
committed
[FAB-9031] Log success upon reading key from config
Change-Id: I7cfa7a3a3a40e84ea40390d0754465da4d9c1296 Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
1 parent ccecff4 commit 15453a3

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)