Debugging attribture customization scripts
In some of the posts here there is mention of an error log that shows errors that could help debug attribute customization scripts. I have also seen code snippets that include statements such as:
console.log("Now is: " + date1);
I've looked in Help and can't find how to find the error log and the console log in the eclipse client - on version 3.0.1.1.
Can someone guide me?
console.log("Now is: " + date1);
I've looked in Help and can't find how to find the error log and the console log in the eclipse client - on version 3.0.1.1.
Can someone guide me?
Accepted answer
Please consider looking into https://jazz.net/library/article/1093 the workshop also includes links to the wiki and other resources you should look at. Lab 5 is about JavaScript.
Comments
OIC - the logs are on the server. Unfortunately I don't have access to that as I am a project owner of a project area, not an admin of the overall server.
Terry, some are on the server, if you use an Eclipse client some customizations log into the Eclipse log.
I am not sure where in the depths of the pdf and numerious zip files of https://jazz.net/library/article/1093 the answer is.
Can someone please just give a straight answers to which log on the server (tomcat) (and it's location) ?
(This particular logging does NOT appear to be in Eclipse client log, nor does it appear on the js browser console)
All that info is in Lab 5. Consider searching the PDF for 'debug'.