PMCORE-2020 Standard log >> Intermediate timer event has different order and TimeZone is duplicated in the log file.
This commit is contained in:
@@ -1444,7 +1444,7 @@ class TimerEvent
|
|||||||
$aInfo = array(
|
$aInfo = array(
|
||||||
'ip' => \G::getIpAddress()
|
'ip' => \G::getIpAddress()
|
||||||
,'action' => $action
|
,'action' => $action
|
||||||
,'TimeZone' => $datetime
|
,'timeZone' => $datetime
|
||||||
,'workspace'=> $sysSys
|
,'workspace'=> $sysSys
|
||||||
);
|
);
|
||||||
$message = 'Not exists any record to start a new case';
|
$message = 'Not exists any record to start a new case';
|
||||||
@@ -1460,7 +1460,7 @@ class TimerEvent
|
|||||||
$aInfo = array(
|
$aInfo = array(
|
||||||
'ip' => \G::getIpAddress()
|
'ip' => \G::getIpAddress()
|
||||||
,'action' => $action
|
,'action' => $action
|
||||||
,'TimeZone' => $datetime
|
,'timeZone' => $datetime
|
||||||
,'workspace'=> $sysSys
|
,'workspace'=> $sysSys
|
||||||
);
|
);
|
||||||
$message = 'Start continue the cases';
|
$message = 'Start continue the cases';
|
||||||
@@ -1715,7 +1715,7 @@ class TimerEvent
|
|||||||
$aInfo = array(
|
$aInfo = array(
|
||||||
'ip' => \G::getIpAddress()
|
'ip' => \G::getIpAddress()
|
||||||
,'action' => $action
|
,'action' => $action
|
||||||
,'TimeZone' => $datetime
|
,'timeZone' => $datetime
|
||||||
,'workspace'=> $sysSys
|
,'workspace'=> $sysSys
|
||||||
);
|
);
|
||||||
$message = 'No existing records to continue a case';
|
$message = 'No existing records to continue a case';
|
||||||
|
|||||||
Reference in New Issue
Block a user