Hi All,
I have un-commented following lines code from log4j.properties to get the debug level log for js files on my console…
log4j.logger.org.alfresco.repo.jscript=DEBUG
log4j.logger.org.alfresco.repo.jscript.AlfrescoRhinoScriptDebugger=off
And I am getting the result as expected, but I am also getting the entire js file contents printed on the console
Can anybody please help to know, how I can stop printing js contents to the console?
Any help will be appriciate. Thanks.