Forums

on my 2nd webapp, the error log does not show, all blank

Where are you running your code? second web app to test new features for my main webapp. What are you trying to achieve? i am testing new features, but there is error and when i go to error log, the error log is blank. What error message do you see? error log for my second webapp is blank, i test with save link as and it is 0kb and blank, i left everything for 8 hours and came back to check and still error log is blank, sever log and access log is accessible for my second app.

Only uncaught exceptions are logged in the error log. If your web app is catching all of the exceptions, then there will be no error in the error log.

You can add prints to you code to see what it is doing. Prints to sys.stderr will appear in your web app error log.

thanks, i used the chrome console to check for errors and fixed it, thanks.

Let us know if you need any other help.