I've been trying to see the log in console window in azure portal(output) . But i'm not able to see the console output..
Example I've table tblEmp.
This is my code in tblEmp.read.js
function read(id, user, request) {
console.log("____reading_____");
request.execute();
}
When i execute this , i get the response . But the problem is i dont see console message. Also i've turn on the application logging from Diagnostics logs .
Thanks
You can find this question on stackoverflow too:
http://stackoverflow.com/questions/39524456/azure-mobile-services