Huge PHP notice messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Huge PHP notice messages

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Change Logger level in config to ERROR value

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      I like to catch the uninitialised property warnings like this and fix them so that's not a solution. I'll do some more looking into it!

      Comment

      Working...