docs: document --log-lines flag and real log line numbers#42
Closed
raphaelvigee wants to merge 1 commit into
Closed
docs: document --log-lines flag and real log line numbers#42raphaelvigee wants to merge 1 commit into
raphaelvigee wants to merge 1 commit into
Conversation
⚡ Cloudflare Pages preview
|
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\n\nDocuments the user-facing changes introduced in hephbuild/heph#114:\n\n- New
--log-lines Nflag onheph run(default10) — controls how many trailing log lines appear in a failing target's diagnostic box.\n- Log box line numbers now reflect real positions in the full log (e.g.91–100for the last 10 lines of a 100-line log, not renumbered from1).\n\n## Changes\n\nAdded a "Reading failure output" section towebsite/docs/guides/inspecting-builds.md, placed between "Listing what exists" and "Reproducing the environment" as it naturally fits the failure-debugging flow of that guide.\n\nNo sidebar changes needed — the new content is part of the existing page.\n\n>website/docs/reference/cli.mdis auto-generated and was not edited.\n\n## What was not documented\n\nhephbuild/heph#115 (feat(remote-cache): name object on stream-read errors and retries) is a purely internal change — it improves tracing spans and error message clarity for remote cache stream failures. No user-facing behavior changed; no docs needed.\nGenerated by Claude Code