dotnet/aspnetcore

Support environment variable alternatives from ANCM logging settings

Open

#3,837 opened on Aug 2, 2018

View on GitHub
 (9 comments) (0 reactions) (0 assignees)C# (10,653 forks)batch import
Needs: Designaffected-very-fewarea-networkingenhancementfeature-iishelp wantedseverity-nice-to-have

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (Avg merge 16d 9h) (258 merged PRs in 30d)

Description

When running in App Service with Run-From-Zip, files are read-only so user cannot tweak web.config to change things like stdoutLogEnabled. Having an environment variable alternative would solve this.

This first came up on https://github.com/Azure/app-service-announcements-discussions/issues/32#issuecomment-407813574

Contributor guide