log4j parameters for mail
Mail notification doesn't work in our RTC environment (CRJAZ1611E Error sending message), so we would like to debug the rtc mail service in order to find the cause of the problem.
Which properties must be set on log4j.properties? And which log4j.properties (ccm or jts)?
We are sure these configuration parameters are correct because we were able to send an email with the telnet using these parameters...
One answer
You can try this one
log4j.logger.com.ibm.team.repository.service.compatibility.internal.mailer.MailerService=DEBUG
I'm guessing that you would use it in CCM but it shouldn't hurt to have it in both.
Is there any more information in the current error message?
Update:
After a little more research it looks like it is only available in JTS
log4j.logger.com.ibm.team.repository.service.compatibility.internal.mailer.MailerService=DEBUG
I'm guessing that you would use it in CCM but it shouldn't hurt to have it in both.
Is there any more information in the current error message?
Update:
After a little more research it looks like it is only available in JTS