Custom logs in Azure website file system combined into single log file
问题 My Azure web app (App Service) writes a log file mywebapp.log to the d:\LogFiles directory of the VM that hosts the website. When the log file gets to a certain size I rename it to mywebapp1.log , mywebapp2.log , and so on so and a new log file is created. (I do this manually - stop the website, rename the file and restart the site.) One day I inspected the directory through the Kudu (SCM) portal and saw just a lone mywebapp.log that was much larger than normal. The file included all of the