Skip to content

fix: write download result to stderr for docker-compose and mutagen [skip ci]#7792

Merged
stasadev merged 1 commit into
ddev:mainfrom
stasadev:20251104_stasadev_fix_output
Nov 4, 2025
Merged

fix: write download result to stderr for docker-compose and mutagen [skip ci]#7792
stasadev merged 1 commit into
ddev:mainfrom
stasadev:20251104_stasadev_fix_output

Conversation

@stasadev
Copy link
Copy Markdown
Member

@stasadev stasadev commented Nov 4, 2025

The Issue

The output has {"level":"info","msg":"Download complete.","time":"2025-11-04T15:37:53+02:00"}, which can break ddev describe -j:

$ rm -f .ddev/.ddev-docker-compose-full.yaml ~/.ddev/bin/docker-compose
$ ddev describe -j 2>/dev/null
{"level":"info","msg":"Download complete.","time":"2025-11-04T15:37:53+02:00"}
{"level":"info","msg":"┌────────────────────────────────────────────────────────────────────────────────────┐\n│ Project..."}

This happened after this change:

How This PR Solves The Issue

Moves Download complete. to stderr.

Manual Testing Instructions

rm -f .ddev/.ddev-docker-compose-full.yaml ~/.ddev/bin/docker-compose
ddev describe -j 2>/dev/null

Automated Testing Overview

Release/Deployment Notes

@stasadev stasadev requested a review from a team as a code owner November 4, 2025 13:40
@github-actions github-actions Bot added the bugfix label Nov 4, 2025
@stasadev stasadev merged commit 9bd74e9 into ddev:main Nov 4, 2025
6 checks passed
@stasadev stasadev deleted the 20251104_stasadev_fix_output branch November 4, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant