Whenever an undefined property is noticed by PHP a huge message is appended to the espo log containing the entire context.
Is there way to truncate this? I understand this is PHP handling, but no other application I'm using on this server behaves like this. All I really need is the error message, the file and line number.
Using PHP 7.1.7
Is there way to truncate this? I understand this is PHP handling, but no other application I'm using on this server behaves like this. All I really need is the error message, the file and line number.
Using PHP 7.1.7
Comment