HOR-1646 "Store the new ProcessMaker log..."

This commit is contained in:
Luis Fernando Saisa Lopez
2016-08-18 17:23:40 -04:00
parent 8a92b8a6a4
commit 15269b05a1
7 changed files with 10 additions and 15 deletions

View File

@@ -4129,7 +4129,7 @@ class Processes
try {
$result = $scriptTask->create($processUid, $record);
} catch (Exception $e) {
Bootstrap::registerMonolog('DataError', 400, $e->getMessage(), $record, SYS_SYS, 'processImporter.log');
Bootstrap::registerMonolog('DataError', 400, $e->getMessage(), $record, SYS_SYS, 'processmaker.log');
}
}
} catch (Exception $e) {