Config: Log user config path when loading
This commit is contained in:
parent
59900f2ab9
commit
f75ee17d63
@ -274,6 +274,7 @@ Public Class ConfigManager(Of T)
|
|||||||
If File.Exists(_UserConfigPath) Then
|
If File.Exists(_UserConfigPath) Then
|
||||||
Try
|
Try
|
||||||
Dim oUserConfig = ReadFromFile(_UserConfigPath)
|
Dim oUserConfig = ReadFromFile(_UserConfigPath)
|
||||||
|
_Logger.Info("UserConfig exists and will be used. [{0}]", _UserConfigPath)
|
||||||
|
|
||||||
' if user config exists
|
' if user config exists
|
||||||
If Not IsNothing(oUserConfig) Then
|
If Not IsNothing(oUserConfig) Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user