I've deployed the service with this change in place and verified that stdout logging was enabled with the deployment. And I saw the expected effects on the deployed web.config file.
After deployment, I also ran the tests included from #57 and saw the expected results in the stdout logs. Another piece of evidence that the deployment is working as expected is dotnet/aspnetcore#30000, where the app is now applying the untriaged label to issues in that repository. I removed the label, ran the tests, and the app reapplied the label.
Fixes #58
I've deployed the service with this change in place and verified that stdout logging was enabled with the deployment. And I saw the expected effects on the deployed web.config file.
After deployment, I also ran the tests included from #57 and saw the expected results in the stdout logs. Another piece of evidence that the deployment is working as expected is dotnet/aspnetcore#30000, where the app is now applying the
untriaged
label to issues in that repository. I removed the label, ran the tests, and the app reapplied the label.