Debug the Mail in liferay


To turn on logging of Liferay mail and JavaMail, add the following to your Log4j configuration in webapps/ROOT/WEB-INF/class/META-INF/portal-log4j-ext.xml after the last <appender> entry:

    <logger name="com.liferay.util.mail">
        <level value="DEBUG"/>
    </logger>

Comments

Popular posts from this blog

Theme display in javascript

How to know which liferay version we are using

Viewing the SQL Query in liferay : debugging the SQL Query in Hibernate