fix. журналы серверов были почему то настроены на папку компонентов

This commit is contained in:
2025-03-07 17:33:28 +03:00
parent dec4835187
commit aa5bcc7df7
2 changed files with 3 additions and 8 deletions

View File

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