AspNetCoreNlog icon indicating copy to clipboard operation
AspNetCoreNlog copied to clipboard

Setup for Azure

Open jasonabanico opened this issue 8 years ago • 0 comments

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";

jasonabanico avatar Aug 25 '17 20:08 jasonabanico