Announcement

Collapse
No announcement yet.

Huge PHP notice messages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    Hello
    Change Logger level in config to ERROR value

    Comment


    • #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...
      X