Announcement

Collapse
No announcement yet.

Log entries not traceable

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

  • Log entries not traceable

    Hello everyone,

    I often have entries in the logs that somehow cannot be traced or I don't know where they come from.

    Is there any way to adjust the logs so that you know which entity triggered them? There is also no information under /#Admin/appLog.

    For example, I have this entry that occurs quite often:
    Click image for larger version

Name:	image.png
Views:	58
Size:	61.4 KB
ID:	111804

    Click image for larger version

Name:	image.png
Views:	47
Size:	55.2 KB
ID:	111805​​

  • #2
    Hi,

    That seems to be a normal PHP warning, you should check your PHP stackstrace config in order to have a better trace.

    In my local env I also have
    PHP Code:
    WARNINGE_WARNINGUndefined array key 
    logs just like you but I also have the filename and line number with it.

    See : https://www.php.net/manual/en/errorf...rror-reporting

    Regards,
    Firyo.
    Last edited by Firyo; 10-29-2024, 03:52 PM.

    Comment

    Working...
    X