Skip to content

Add correct mapping for --quiet for console output #21801

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

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Add correct mapping for --quiet for console output #21801

merged 1 commit into from
Jan 12, 2024

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Jan 12, 2024

Description:

With Matomo 5.0 we have updated the symfony console dependency. This seems to have changed the handling of the --quiet option. Currently this no longer disables the debug/info output.

It seems due to internal changes in symfony console it is now required to define the quiet output mode in the verbosity mapping we have defined. Adding it there allows to suppress info/debug outputs again.

fixes #21800

Review

@sgiehl sgiehl added Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels Jan 12, 2024
@sgiehl sgiehl added this to the 5.0.2 milestone Jan 12, 2024
@sgiehl sgiehl requested a review from a team January 12, 2024 09:48
@MatomoForumNotifications

This pull request has been mentioned on Matomo forums. There might be relevant details there:

https://forum.matomo.org/t/console-quiet-no-longer-works-in-5-0-1/54761/2

@mneudert mneudert added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Jan 12, 2024
@mneudert mneudert merged commit 78df4da into 5.x-dev Jan 12, 2024
@mneudert mneudert deleted the m21800 branch January 12, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Development

Successfully merging this pull request may close these issues.

[Bug] Console Archive Command ignores –quiet in v5.0.1
3 participants