2
0
mirror of synced 2025-01-23 14:59:14 +00:00

Turns off debug logging

This commit is contained in:
benbierens 2023-05-05 08:33:10 +02:00
parent e96c8a2a13
commit 87f3b9ec00
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA

View File

@ -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()