My web app deployed to an Azure App Services (web site) has stopped to log from System.Diagnostics.Trace
I'm not sure at which stage it has stopped to fail to log, I suspect might be caused by any package added through Nugget.
I've created a new app from scratch and it logs all the info into file system and into Azure blob storage without any web.config update or adding any package.
How can I find the issue with the System.Diagnostics dll?
Nothing to show really in the web.config, just a default one.
Application logging set in Azure settings for filesystem and blob