Skip to content

Commit 91d3e69

Browse files
committed
Print debug
1 parent 4ba46ac commit 91d3e69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/identity/identity.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ func loadPrivateKey(identityDir, nodeName string, decrypt bool, agePasswordFile
260260
return "", fmt.Errorf("invalid encrypted key path for node %s: %w", nodeName, err)
261261
}
262262

263+
logger.Info("Encrypted key path", "path", encryptedKeyPath)
263264
unencryptedKeyPath, err := pathutil.SafePath(identityDir, unencryptedKeyFileName)
264265
if err != nil {
265266
return "", fmt.Errorf("invalid unencrypted key path for node %s: %w", nodeName, err)

0 commit comments

Comments
 (0)