[release/13.4] Improve dashboard summary log formatting - #17640
Merged
David Fowler (davidfowl) merged 2 commits intoMay 29, 2026
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17640Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17640" |
David Fowler (davidfowl)
approved these changes
May 29, 2026
- Indent URL lines with 6 spaces and '- ' prefix so they align with the standard log output indentation - Move container warning to a separate log message with clearer text - Update tests to match new format
…er log message Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
James Newton-King (JamesNK)
force-pushed
the
backport/pr-17595-to-release/13.4
branch
from
May 29, 2026 14:25
d244be5 to
31b5c80
Compare
Contributor
|
❓ CLI E2E Tests unknown — 108 passed, 0 failed, 2 unknown (commit View all recordings
📹 Recordings uploaded automatically from CI run #26642923104 |
David Fowler (davidfowl)
merged commit May 29, 2026
cbc3523
into
release/13.4
616 of 619 checks passed
Contributor
Author
|
✅ No documentation update needed. docs_optional → internal_refactor: No documentation PR needed.
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #17595 to release/13.4
/cc James Newton-King (@JamesNK)
Customer Impact
Improves a very user visible log message
Testing
Manual and automated testing
Risk
Very low
Regression?