Makes log path relative
This commit is contained in:
parent
cdd51f6dc7
commit
6c8b2047d9
|
@ -21,7 +21,7 @@ namespace DistTestCore
|
||||||
|
|
||||||
public Logging.LogConfig GetLogConfig()
|
public Logging.LogConfig GetLogConfig()
|
||||||
{
|
{
|
||||||
return new Logging.LogConfig("D:/CodexTestLogs");
|
return new Logging.LogConfig("CodexTestLogs");
|
||||||
}
|
}
|
||||||
|
|
||||||
public string GetFileManagerFolder()
|
public string GetFileManagerFolder()
|
||||||
|
|
Loading…
Reference in New Issue