Config: log about app config in info log
This commit is contained in:
parent
14bd9af329
commit
d2099f5315
@ -123,7 +123,7 @@ Public Class ConfigManager(Of T)
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If ApplicationStartupPath <> String.Empty Then
|
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)
|
_AppConfigPath = Path.Combine(ApplicationStartupPath, APP_CONFIG_NAME)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user