EDMIService: Better Job name logging
This commit is contained in:
parent
69621f707b
commit
bb14a90226
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user