- EmailNotificationsConsumer set debug false
This commit is contained in:
parent
a857397a24
commit
7ee74ebe93
|
@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.8.1] - 2023-05-14
|
## [v1.8.1] - 2023-05-14
|
||||||
|
|
||||||
|
- EmailNotificationsConsumer set debug false
|
||||||
- Bug 27457: get application profile multiple times before settling on sitelandingpath
|
- Bug 27457: get application profile multiple times before settling on sitelandingpath
|
||||||
|
|
||||||
|
|
||||||
## [v1.8.0] - 2022-05-05
|
## [v1.8.0] - 2022-05-05
|
||||||
|
|
||||||
- fixed some notification methods
|
- fixed some notification methods
|
||||||
|
|
|
@ -116,7 +116,7 @@ public class EmailNotificationsConsumer extends Thread {
|
||||||
session = Session.getDefaultInstance(props);
|
session = Session.getDefaultInstance(props);
|
||||||
}
|
}
|
||||||
|
|
||||||
session.setDebug(true);
|
session.setDebug(false);
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue