mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Disabled internal NLog debugging
This commit is contained in:
parent
07ceed3ec4
commit
7b9a676cb6
@ -62,9 +62,9 @@ namespace DisplayMagician {
|
||||
|
||||
// Prepare NLog for logging
|
||||
|
||||
NLog.Common.InternalLogger.LogLevel = NLog.LogLevel.Debug;
|
||||
NLog.Common.InternalLogger.LogToConsole = true;
|
||||
NLog.Common.InternalLogger.LogFile = "C:\\Users\\terry\\AppData\\Local\\DisplayMagician\\Logs\\nlog-internal.txt";
|
||||
//NLog.Common.InternalLogger.LogLevel = NLog.LogLevel.Debug;
|
||||
//NLog.Common.InternalLogger.LogToConsole = true;
|
||||
//NLog.Common.InternalLogger.LogFile = "C:\\Users\\terry\\AppData\\Local\\DisplayMagician\\Logs\\nlog-internal.txt";
|
||||
|
||||
var config = new NLog.Config.LoggingConfiguration();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user