fix log folder path
This commit is contained in:
parent
11f092e577
commit
0148ba84c5
@ -17,7 +17,7 @@ Namespace My
|
||||
Private _BaseMachineConfigPath As String = Windows.Forms.Application.CommonAppDataPath
|
||||
|
||||
Public Sub App_Startup() Handles Me.Startup
|
||||
Dim oLogConfig As New LogConfig(PathType.CustomPath, IO.Path.Combine(_BaseLocalUserConfigPath, "Log"))
|
||||
Dim oLogConfig As New LogConfig(PathType.AppData)
|
||||
|
||||
' System Config files like Service Url will be saved in %LocalAppdata% so they will remain on the machine
|
||||
Dim oSystemConfigManager As New ConfigManager(Of ClassConfig)(oLogConfig,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user