I would like to implement NLog in my ASP.NET Core project that is going to be deployed to Azure.
I am using the code suggested in https://github.com/damienbod/AspNetCoreNlog
How do I modify the following lines to allow it to be used in Azure?
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";