AspNetCoreNlog
AspNetCoreNlog copied to clipboard
Setup for Azure
How do I modify the following lines to allow it to be used in Azure Web Sites?
In nlog.config:
internalLogFile="C:\git\damienbod\AspNetCoreNlog\Logs\internal-nlog.txt"
In the Startup class:
LogManager.Configuration.Variables["configDir"] = "C:\git\damienbod\AspNetCoreNlog\Logs";