Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: ExceptionHandlerBridgeImpl messages not appearing in server log
			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.
		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.
				
				
					Kyle Joseph Stiemann, modified 6 Years ago.
				
				
				
				
					
					
						
							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
		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