Processing logs based on severity

Hi,
I would like to store all application exceptions from PHP, including invalid login username or some database connection issue.

It would be fine, if I can mark some exceptions as less relevant without bother me anymore, but still, I want to log them for further statistics.

From my point of view it would be ideal:

  • if some exception is thrown, it is evaluated if relevant or not
  • relevance is evaluated on probability with previous marked exceptions
  • fields which are compared are: message, stack trace

Goal is to view in Kibana all exceptions and have opportunity to see relevant and irrelevant one.

I am not really sure what should I use to achieve this behavior.

I appreciate any advice. Thanks in advance :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.