Turns off debug logging
This commit is contained in:
parent
e96c8a2a13
commit
87f3b9ec00
|
@ -21,7 +21,7 @@ namespace DistTestCore
|
|||
|
||||
public Logging.LogConfig GetLogConfig()
|
||||
{
|
||||
return new Logging.LogConfig("CodexTestLogs", debugEnabled: true);
|
||||
return new Logging.LogConfig("CodexTestLogs", debugEnabled: false);
|
||||
}
|
||||
|
||||
public string GetFileManagerFolder()
|
||||
|
|
Loading…
Reference in New Issue