docs: Move rich logging documentation to README.md#430
Merged
Conversation
Move logging documentation from separate benchmarks/utils/logging.md file into the main README.md as a new section. This makes the documentation more discoverable and consolidates all user-facing docs in one place. Addresses review feedback from @simonrosenberg on PR #413. Co-authored-by: openhands <openhands@all-hands.dev>
Member
|
@OpenHands read the PR diff. The new section in the README.md is very long. Make it shorter, only share the essential info |
|
I'm on it! simonrosenberg can track my progress at all-hands.dev |
Co-authored-by: openhands <openhands@all-hands.dev>
SummaryI addressed the PR review feedback requesting to shorten the Rich Logging section in README.md. Checklist✅ Read the PR diff - Reviewed the full Rich Logging section that was added (lines 120-221, ~100 lines)
ResultThe Rich Logging section now provides a quick reference for users to enable the feature and understand the output format, without overwhelming documentation that could live elsewhere if detailed reference is needed later. |
simonrosenberg
approved these changes
Feb 19, 2026
KTanmay1
pushed a commit
to Ethara-Ai/milo-bench
that referenced
this pull request
Mar 3, 2026
* docs: Move rich logging documentation to README.md Move logging documentation from separate benchmarks/utils/logging.md file into the main README.md as a new section. This makes the documentation more discoverable and consolidates all user-facing docs in one place. Addresses review feedback from @simonrosenberg on PR OpenHands#413. Co-authored-by: openhands <openhands@all-hands.dev> * docs: Condense Rich Logging section to essential info Co-authored-by: openhands <openhands@all-hands.dev> --------- Co-authored-by: openhands <openhands@all-hands.dev>
KTanmay1
pushed a commit
to Ethara-Ai/milo-bench
that referenced
this pull request
Mar 3, 2026
* docs: Move rich logging documentation to README.md Move logging documentation from separate benchmarks/utils/logging.md file into the main README.md as a new section. This makes the documentation more discoverable and consolidates all user-facing docs in one place. Addresses review feedback from @simonrosenberg on PR OpenHands#413. Co-authored-by: openhands <openhands@all-hands.dev> * docs: Condense Rich Logging section to essential info Co-authored-by: openhands <openhands@all-hands.dev> --------- Co-authored-by: openhands <openhands@all-hands.dev>
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.
Summary
Moves the rich logging documentation from a separate
benchmarks/utils/logging.mdfile into the main README.md as a new section.Motivation
Addresses review feedback from @simonrosenberg on PR #413, who asked:
Consolidating the documentation in the README makes it:
Changes
benchmarks/utils/logging.mdRelated