Improve record_log() : use noalyss/log and apache log

This commit is contained in:
sparkyx 2025-10-24 11:51:25 +02:00
parent 59ab697bb7
commit 169820ae43
22 changed files with 35 additions and 34 deletions

View file

@ -310,7 +310,7 @@ class Lettering
catch (Exception $exc)
{
echo $exc->getMessage();
error_log($exc->getTraceAsString());
record_log($exc);
$this->db->rollback();
return;
}