This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
Publishing default ASP.Net Core Web app template to azure doesn't modify the log location in web.config, resulting in no logs being produced #540 #167
Closed
Description
With the project created from templates the log path is set to be .\logs\stdout
. If the user turns on logging but does not modify the path or delete the attribute the path will be used as is (publish-iis does not change path as it might have been set by the user). When publishing this project for Azure the path won't be correct and no logs are written.
More details:
See: https://github.com/aspnet/Tooling-Internal/issues/540
Need to decide what we want to do.