Any suggestions on how could we attach the NLog.config to a docker-compose.yml file so that it generates a “NLog_Internal.txt” on the host machine and we can see all the application logs in that file?
I have already tried creating an ASP.NET Core application with “NLog.config” and having only “NLog.Web.AspNetCore” package but still doesn’t work.