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