diff --git a/Modules.Config/ConfigManager.vb b/Modules.Config/ConfigManager.vb index e0f9bb7d..fb74097d 100644 --- a/Modules.Config/ConfigManager.vb +++ b/Modules.Config/ConfigManager.vb @@ -123,7 +123,7 @@ Public Class ConfigManager(Of T) End If If ApplicationStartupPath <> String.Empty Then - _Logger.Debug($"AppConfig is being used: [{ApplicationStartupPath}]") + _Logger.Info($"AppConfig is being used: [{ApplicationStartupPath}]") _AppConfigPath = Path.Combine(ApplicationStartupPath, APP_CONFIG_NAME) End If