Skip to content

Commit

Permalink
logging from address
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Nov 8, 2024
1 parent 81a2bcb commit 0912bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private void sendEmail(String clientId, LocalDate requestDate) {
// Generate html from template
String html = templateManager.processTemplate("papi_rate_limit_email_html.ftl", templateParams);
String email = emailManager.findPrimaryEmail(profile.getId()).getEmail();

LOG.info("from address={}", FROM_ADDRESS);
LOG.info("text email={}", body);
LOG.info("html email={}", html);
if (enablePanoplyPapiExceededRateInProduction) {
Expand Down

0 comments on commit 0912bf2

Please sign in to comment.