EDMIService: Better Job name logging
This commit is contained in:
@@ -20,7 +20,7 @@ Public Class DatatableJob
|
||||
|
||||
Dim oResult As New JobResult()
|
||||
|
||||
oLogger.Info("Running Datatable Job [{0}]", oCronJobTitle)
|
||||
oLogger.Info("Running Datatable Job [{0}]/[{1}]", context.JobDetail.Key, oCronJobTitle)
|
||||
|
||||
Try
|
||||
Dim oMSSQL As MSSQLServer = oJobData.Item("MSSQL")
|
||||
|
||||
Reference in New Issue
Block a user