fix. журналы серверов были почему то настроены на папку компонентов
This commit is contained in:
@@ -220,7 +220,7 @@ public class Global {
|
||||
}
|
||||
public static void ServerMode() throws Exception {
|
||||
CheckServerDirectories();
|
||||
CreateLogAtComponentsPath();
|
||||
CreateLogAtHome();
|
||||
componentsServer = new ComponentsServer();
|
||||
componentsServer.ActivateDB();
|
||||
componentsServer.Start();
|
||||
@@ -228,7 +228,7 @@ public class Global {
|
||||
}
|
||||
public static void TestingSystemMode() throws Exception {
|
||||
CheckTestingSystemDirectories();
|
||||
CreateLogAtComponentsPath();
|
||||
CreateLogAtHome();
|
||||
testingServer = new TestingServer();
|
||||
testingServer.ActivateDB();
|
||||
testingServer.Start();
|
||||
|
||||
Reference in New Issue
Block a user