Config: Log user config path when loading

This commit is contained in:
Jonathan Jenne 2021-07-09 13:27:23 +02:00
parent 59900f2ab9
commit f75ee17d63

View File

@ -274,6 +274,7 @@ Public Class ConfigManager(Of T)
If File.Exists(_UserConfigPath) Then
Try
Dim oUserConfig = ReadFromFile(_UserConfigPath)
_Logger.Info("UserConfig exists and will be used. [{0}]", _UserConfigPath)
' if user config exists
If Not IsNothing(oUserConfig) Then