Config: log about app config in info log

This commit is contained in:
Jonathan Jenne 2021-07-09 12:44:29 +02:00
parent 14bd9af329
commit d2099f5315

View File

@ -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