Skip to content

Commit

Permalink
[FAB-9031] Log success upon reading key from config
Browse files Browse the repository at this point in the history
Change-Id: I7cfa7a3a3a40e84ea40390d0754465da4d9c1296
Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
  • Loading branch information
sandrask committed Mar 21, 2018
1 parent ccecff4 commit 15453a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/core/config/config.go
Expand Up @@ -1480,6 +1480,8 @@ func (c *Config) TLSClientCerts() ([]tls.Certificate, error) {
return nil, errors.Errorf("Error loading cert/key pair as TLS client credentials: %v", err)
}

logger.Debug("pk read from config successfully")

return []tls.Certificate{clientCerts}, nil

}
Expand Down

0 comments on commit 15453a3

Please sign in to comment.