How to show all errors with APM

Hi,

Having installed the apm I have well my services which go up :

I only have the "exceptions" that come up and not all php errors :


Equivalent in log file :
[2022-03-28T09:57:47.921767+00:00] recordMigration.ERROR: Reservation error, record 27280673 {"exception":"Accommodation category with code CH_2P602_2B does not exist for resort 31"} []

How can I do to get all the php errors with the APM like for example :

$log->error('Test error');
$log->info('Hello world');

Thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.