Very simply issue, not certain how to fix it. I've deployed a MVC .NET application to Azure, and added the following controller.
Here is what my Azure diagnostic log setup looks like:
And for good measure, the relevant sections of my web.config:
My problem is that the logs aren't being written to either the Log stream or the LogFiles folder in the FTP drive given by Azure. I have two other very similar applications logging without problem - however this one refuses to log. Is there setting somewhere that would implicitly stop logging?
Note - I'm certain the log statements are being executed, as I can reach the home/index page without problem once published.