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

@@ -22,7 +22,6 @@ class PMException extends Exception
public function registerErrorLog($error, $token){
$ws = (defined("SYS_SYS"))? SYS_SYS : "Wokspace Undefined";
Bootstrap::registerMonolog('ExceptionCron', 400, $error->getMessage(), array('token'=>$token), $ws, 'exception.log');
Bootstrap::registerMonolog('ExceptionCron', 400, $error->getMessage(), array('token'=>$token), $ws, 'processmaker.log');
}
}