Thursday, May 24, 2012

Enable javascript debugging log

In alfresco share we sometime need to log the js content.
Using below configuration we can enable javascript logging .

inside log4j.properties modify below entry to debug from error or warn.

log4j.logger.org.alfresco.repo.jscript=debug
log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug




No comments:

Post a Comment