-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, logs are not consistently formatted in JSON, which makes parsing and analyzing logs programmatically more challenging. This can be particularly frustrating when integrating with log aggregation tools that prefer or require JSON formatting.
Describe the solution you'd like
I would like the logging system to support output in JSON format. Each log entry should be structured as a JSON object, containing fields such as timestamp, log level, message, and other contextual metadata.
Describe alternatives you've considered
- Utilizing a third-party library to reformat logs into JSON after they are generated.
- Writing custom parsers to convert existing log formats into JSON. However, these approaches add unnecessary complexity and may lead to data loss or inaccuracies.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request