-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer the possibility to output logs in json format #2261
Labels
Comments
Json output with an indexer below. It's possible to flatten the fields at the root level but I would prefer to keep things separated.
|
It could be quite useful by coupling that with vector that will push logs into quickwit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
For devops purpose, it could be nice to configure the
tracing_subcriber
to output logs in json.This is possible with
tokio-tracing
but this needs to be tested to see how json logs are structured.The text was updated successfully, but these errors were encountered: