Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Oct 10, 2023
1 parent 8722162 commit a20375c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public static KeyPair loadKeyPair(final File keyFile) {
final KeyPair key;
if (keyFile.exists()) {

LOG.info("Attempting to load public key from {}", keyFile.getAbsolutePath());
key = load(keyFile);
LOG.info(
"Loaded public key {} from {}", key.getPublicKey().toString(), keyFile.getAbsolutePath());
Expand Down

0 comments on commit a20375c

Please sign in to comment.