Merged
Conversation
phil-opp
reviewed
Nov 11, 2025
phil-opp
reviewed
Nov 11, 2025
04e9517 to
d051efd
Compare
423408d to
c8560f4
Compare
phil-opp
approved these changes
Nov 21, 2025
d6e7326 to
5d58552
Compare
5d58552 to
d1f91fe
Compare
d1f91fe to
ecfada0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes it possible to use both rust and python native logging system and get formatting and filtering within
dora run. This also persist the logs within the logging filesystem as json making them searchable through tool like elastic search, Grafana Loki, ...This improve the current stdout by adding:
send_stdout_asand receive event as text json lines in order to use a custom log aggregator user node.To use in rust:
To use in python
To filter log, just as before use
RUST_LOGenv variable.The output is going to be formatted as is:
Output
You will find attached example within the PR