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

Remove redundant logs in info level #764

Merged
merged 1 commit into from Oct 17, 2022
Merged

Remove redundant logs in info level #764

merged 1 commit into from Oct 17, 2022

Conversation

slawekjaranowski
Copy link
Member

When execute: mvn versions:display-property-updates I see output like:

[INFO] --- versions-maven-plugin:2.12.0:display-property-updates (default-cli) @ parent ---
[INFO] Major version changes allowed
[INFO] Major version changes allowed
[INFO] Major version changes allowed
....
[INFO] Major version changes allowed
[INFO] Major version changes allowed
[INFO] Major version changes allowed
[INFO] 
[INFO] The following version properties are referencing the newest available version:
[INFO]   ${build-helper-maven-plugin.version} .......................... 3.3.0
[INFO]   ${jacoco-maven-plugin.version} ................................ 0.8.8
....

The log Major version changes allowed is printed many times for each property without context.
I think it not give any useful information in info level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant