Message Boards

ExceptionHandlerBridgeImpl messages not appearing in server log

thumbnail
Robert Stainsby, modified 5 Years ago.

ExceptionHandlerBridgeImpl messages not appearing in server log

New Member Posts: 3 Join Date: 7/20/16 Recent Posts
Using Liferay DXP 7.0, I'm seeing errors logged from my code by ExceptionHandlerBridgeImpl during an AJAX event when running locally in a Tomcat environment. However with the same code running on a JBoss EAP 6.4 server, the log messages are not visible. The UI behaviour indicates the same error is occurring on the server, but it is not logged.

Is there a server setting that can be changed to control logging by this class? I've tried setting com.liferay.faces logging to INFO level via the Control Panel > ... Log Levels, but it doesn't seem to help.
thumbnail
Kyle Joseph Stiemann, modified 5 Years ago.

RE: ExceptionHandlerBridgeImpl messages not appearing in server log

Liferay Master Posts: 760 Join Date: 1/14/13 Recent Posts
Hi Robert,
Is your JSF portlet's project stage set to "Development" or "Production"? In "Development" mode, the full stack trace will be logged.

Also, which logs are you looking at? There are the $LIFERAY_HOME/logs and the JBoss server logs. Have you checked whether the message appears in either?

- Kyle