diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e94128..5fa64b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v1.8.1] - 2023-05-14 + - EmailNotificationsConsumer set debug false - Bug 27457: get application profile multiple times before settling on sitelandingpath + ## [v1.8.0] - 2022-05-05 - fixed some notification methods diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/mailing/EmailNotificationsConsumer.java b/src/main/java/org/gcube/applicationsupportlayer/social/mailing/EmailNotificationsConsumer.java index 50c4313..7e20111 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/mailing/EmailNotificationsConsumer.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/mailing/EmailNotificationsConsumer.java @@ -116,7 +116,7 @@ public class EmailNotificationsConsumer extends Thread { session = Session.getDefaultInstance(props); } - session.setDebug(true); + session.setDebug(false); for (;;) { try {