Skip to content

[Feature] Support structured JSON logs (Logback JSON format) #6

@AbaSheger

Description

@AbaSheger

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.

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions