Many Spring Boot apps log in JSON format (via logstash-logback-encoder). StackLens currently only handles plain text logs.
Example JSON log line:
{"timestamp":"2024-01-15T10:30:00","level":"ERROR","message":"java.lang.NullPointerException","stack_trace":"..."}
Would require detecting JSON log format and extracting the relevant fields before running detectors.
Many Spring Boot apps log in JSON format (via
logstash-logback-encoder). StackLens currently only handles plain text logs.Example JSON log line:
{"timestamp":"2024-01-15T10:30:00","level":"ERROR","message":"java.lang.NullPointerException","stack_trace":"..."}Would require detecting JSON log format and extracting the relevant fields before running detectors.