Error Handling Logging

Posted by Community Admin on 05-Aug-2018 23:18

Error Handling Logging

All Replies

Posted by Community Admin on 10-Feb-2011 00:00

I'm working on some module development, and the errors being caught and handled in the javascript layer makes it very difficult to debug my work, as I am given only the error title in a javascript alert.

Is there an option anywhere to stop errors being handled in the javascript layer (turn off Ajax), or is there an option where I can get the error log to show these errors? In one instance I was able to find my ServiceModel errors in the Application Log, but the only thing I have in my  App_Data/Sitefinity/Logs/Error.log is "Logging started" messages.

Posted by Community Admin on 11-Feb-2011 00:00

Hello Joseph,

If the error is not thrown by the wcf service there is no log for it. It should be debugged through VS in case there is "debugger" added to the js code or you have to use browser tools.

Kind regards,
Ivan Dimitrov
the Telerik team


Check out Telerik Trainer, the state of the art learning tool for Telerik products.

This thread is closed