Update vor Umbau Service

This commit is contained in:
Stefan Hutter
2026-02-13 06:42:52 +01:00
parent 41588e8c92
commit 9e64ca707d
925 changed files with 1109250 additions and 584 deletions

View File

@@ -34,7 +34,7 @@ namespace API_NetFramework.Models
Logging.DocLog.connectionstring= journalconnectionstring;
Logging.DocLog.init_logger();
db.Get_Tabledata("Select * from nlog_parameter WHERE ID=2", false, true);
db.Get_Tabledata("Select * from nlog_parameter WHERE ID=5", false, true);
Logging.APIDocLog.IntLogLevel = db.dsdaten.Tables[0].Rows[0]["LogLevel"].ToString();
Logging.APIDocLog.IntUserID = db.dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
Logging.APIDocLog.connectionstring = journalconnectionstring;