-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
Describe the bug
We have a .Net Core app running on Azure App services and it's configured to log to the Azure Blob.
It's running .Net Core 2.2 and previously the logs were written to the Blob storage correctly. At some point the site extension got updated and now the logs aren't working - only the "applicationLog.csv" file is created in the Blob, not the .txt file that actually contains the application logs.
The app service for which logging has stopped working is using ASP.NET Core Logging Integration version "3.1.0-preview1-19508-20".
Some of our other app services (also running on .Net Core 2.2, and some on 2.1) are using these site extensions:
ASP.NET Core Logging Extensions version "2.2.0"
ASP.NET Core Extensions version "2.1.0-preview2-final"
Is it possible the 3.x versions of the extension are not compatible with 2.x app services?