79639499

Date: 2025-05-26 19:59:58
Score: 1
Natty:
Report link

I think these logs are generated by some custom Request Filter/Interceptor. You should give a try to Tomcat access logs if you are using Tomcat Server, there are flexible and easy to parse.

For ref check: https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#Access_Logging

Furthermore you can check this repo for tomcat access log parsing: https://github.com/YasinVighio/Tomcat-Log-Analyzer

If you are sticking with custom logging then I suggest you to identify pattern of logs

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yasin Ahmed