NLog has been a great tool so far, and I'm not sure how this problem hasn't popped up earlier. The issue is this. I have 2 similar, but unique projects which I'm working on side by side. (Different projects on different folders, both using Studio '19) Each has NLog added to the project. My problem is this. Somehow NLog.config for BOTH projects is the SAME config file. Thus, when I change the path for logging, BOTH applications are affected. Obviously, NOT a solution. I'm still checking the internet, but so far, I can't see how you change the NLog.config path to anything other that that assigned upon install, which, BTW, is this path here, specified as "Full Path" in the NLog.config's properties: "C:\Users\.nuget\packages\nlog.config\4.6.8\contentFiles\any\any\NLog.config"
Question: How do I specify a unique NLog.config for each project?