MS 2.6.5 AppConfig akzeptieren

This commit is contained in:
2023-03-27 10:36:48 +02:00
parent d21475bef6
commit a641c0d3ae
4 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Public Class ClassInit
End Sub
Public Sub InitConfig()
CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, Application.UserAppDataPath, Application.CommonAppDataPath)
CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, Application.UserAppDataPath, Application.CommonAppDataPath, Application.StartupPath)
LOGCONFIG.Debug = Not CONFIG.Config.LogDEBUG
LOGGER.Info("Debug log set to: [{0}]", LOGCONFIG.Debug)