Skip to content

Commit

Permalink
more debug logging for PaygAuthDataProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Oct 12, 2023
1 parent fc4591b commit 7dc5da8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ private void processCloudRmtHost(PaygSshData instance, PaygInstanceInfo paygData

instance.setRmtHosts(rmtHost);
PaygSshDataFactory.savePaygSshData(instance);
if (LOG.isDebugEnabled()) {
LOG.debug("CloudRmtHost Hostname: {}", rmtHost.getHost());
LOG.debug("CloudRmtHost IP: {}", rmtHost.getIp());
LOG.debug("CloudRmtHost SSL Cert: {}", rmtHost.getSslCert());
}
}

private Credentials processAndGetCredentials(PaygSshData instance, PaygInstanceInfo paygData)
Expand Down

0 comments on commit 7dc5da8

Please sign in to comment.