02-22-2018 09:47 AM
Hi,
console.log("test") command works fine in share-jar javascript file : i can see message in chrome console
But it doesn't work in platform-jar javascript file...
How can i use it ?
Can i retrieve message in chrome console or eclipse console ?
Thx
02-23-2018 10:09 AM
01-21-2020 10:34 AM
Add following log config in your log4j file and restart.
log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug
Or [Enterprise version only] go to Admin console > Support Tools > Log setting and add the above log config. It will start printing the logs immediately without restart. Note, these changes doesn't persist. All settings will go back to original after a server restart.
01-26-2020 02:02 PM
Thank you!! @abhinavmishra14 , I am able to see javascript .get.js file logs in console.
02-22-2018 10:05 AM
I tried logger.debug("tests") and logger.log("tests") without succes...I can see anything in chrome console or eclipse console
02-22-2018 10:56 AM
It seems that , the script in on repository side in which you want to use console.log is repository server side script.So in that console.log will not work.
If the file name is ending with .get.js, in that case its a server side script and console.log will not work in that.In that case you need to use logger.log.This logs will be displayed in server console and not in browser console.
01-17-2020 03:59 PM
Hello,
I am looking to open or see alfresco server console where we could see .get.js file logs. Can you please let me know how can i see thoses logs?
01-21-2020 10:34 AM
Add following log config in your log4j file and restart.
log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug
Or [Enterprise version only] go to Admin console > Support Tools > Log setting and add the above log config. It will start printing the logs immediately without restart. Note, these changes doesn't persist. All settings will go back to original after a server restart.
01-26-2020 02:02 PM
Thank you!! @abhinavmishra14 , I am able to see javascript .get.js file logs in console.
02-23-2018 10:09 AM
Explore our Alfresco products with the links below. Use labels to filter content by product module.