Active
Project:
Drupal core
Version:
main
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Dec 2019 at 20:45 UTC
Updated:
25 Dec 2019 at 23:09 UTC
Jump to comment: Most recent
Our Composer plugins say lots of things that they maybe don't need to say in normal, non-verbose mode.
Evaluate what we need to see normally, and what we can display using -v or -vv.
Also, Composer itself sends output on the error channel, and some of our plugins output on stdout, so we should figure out what's the best way.
Comments
Comment #2
greg.1.anderson commentedChanging some of our messages to stderr is a good idea.
#3092563: Avoid overwriting .htaccess changes during scaffolding > security problem give us more control over recognizing when files have changed, which could allow us to reduce notifications about scaffold files to only runs where the scaffold file contents actually changes on disk. If we did this, I think it wouldn't be necessary to change these messages to be verbose-level only. It is useful to see what is being scaffolded, just as
composer installshows what is being downloaded (but not if it's already present at the right version).Comment #3
greg.1.anderson commentedMade a related new issue, #3103090: Avoid re-scaffolding unchanged files (and printing scaffold file information over and over), which achieves some of the goals of this issue.