Makes log path relative

This commit is contained in:
benbierens 2023-04-19 20:31:50 +02:00
parent cdd51f6dc7
commit 6c8b2047d9
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace DistTestCore
public Logging.LogConfig GetLogConfig()
{
return new Logging.LogConfig("D:/CodexTestLogs");
return new Logging.LogConfig("CodexTestLogs");
}
public string GetFileManagerFolder()