diff --git a/Global_Indexer/ClassInit.vb b/Global_Indexer/ClassInit.vb index 250790f..819fdad 100644 --- a/Global_Indexer/ClassInit.vb +++ b/Global_Indexer/ClassInit.vb @@ -24,7 +24,7 @@ Public Class ClassInit Public Sub InitConfig() CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, Application.UserAppDataPath, Application.CommonAppDataPath, Application.StartupPath) - LOGCONFIG.Debug = Not CONFIG.Config.LogDEBUG + LOGCONFIG.Debug = CONFIG.Config.LogDEBUG LOGGER.Info("Debug log set to: [{0}]", LOGCONFIG.Debug) MyConnectionString = DecryptConnectionString(CONFIG.Config.ConnectionString)