EDMIService: Remove Calls to UpdateTraceLogging
This commit is contained in:
parent
673e8b83c5
commit
07ce5488df
@ -52,7 +52,7 @@ Public Class WindowsService
|
||||
End If
|
||||
Next
|
||||
Catch ex As Exception
|
||||
|
||||
_Logger.Error(ex)
|
||||
End Try
|
||||
|
||||
_Logger.Info("Service {0} is starting...", SERVICE_DISPLAY_NAME)
|
||||
@ -63,7 +63,7 @@ Public Class WindowsService
|
||||
_Config = _ConfigManager.Config
|
||||
_LogConfig.Debug = _ConfigManager.Config.Debug
|
||||
|
||||
UpdateTraceLogging()
|
||||
'UpdateTraceLogging()
|
||||
|
||||
Dim oTimer As New Timers.Timer(60000)
|
||||
AddHandler oTimer.Elapsed, Sub()
|
||||
@ -72,7 +72,7 @@ Public Class WindowsService
|
||||
_Config = _ConfigManager.Config
|
||||
_LogConfig.Debug = _ConfigManager.Config.Debug
|
||||
|
||||
UpdateTraceLogging()
|
||||
'UpdateTraceLogging()
|
||||
End Sub
|
||||
oTimer.Start()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user