Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only show debugging info when using the verbose option #90

Merged
merged 1 commit into from Dec 13, 2016

Conversation

pfrenssen
Copy link
Contributor

Since #77 got in there is some unneeded chatter about the patch process added to the composer output:

Patches already gathered. Skipping
  - Removing symfony/class-loader (v2.8.14)
  - Installing symfony/class-loader (v2.8.15)
    Loading from cache

Patches already gathered. Skipping
  - Removing symfony/http-kernel (v2.8.14)
  - Installing symfony/http-kernel (v2.8.15)
    Loading from cache

Patches already gathered. Skipping
  - Removing symfony/routing (v2.8.14)
  - Installing symfony/routing (v2.8.15)
    Loading from cache

Patches already gathered. Skipping
  - Removing symfony/serializer (v2.8.14)
  - Installing symfony/serializer (v2.8.15)
    Loading from cache

Patches already gathered. Skipping
  - Removing symfony/validator (v2.8.14)
  - Installing symfony/validator (v2.8.15)
    Loading from cache

This information is only useful when debugging problems. Let's hide these messages unless composer is invoked with the -v option.

@cweagans cweagans merged commit 7c0e4c5 into cweagans:master Dec 13, 2016
@pfrenssen pfrenssen deleted the reduce-verbosity branch December 14, 2016 06:41
@wimleers wimleers mentioned this pull request Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants