Moved property printing to debug
This commit is contained in:
@@ -486,7 +486,6 @@ public class ReleaserProperties implements Serializable {
|
||||
", releaseTrainWikiPagePrefix=" + this.releaseTrainWikiPagePrefix +
|
||||
", cloneDestinationDir='" + this.cloneDestinationDir + '\'' +
|
||||
", fetchVersionsFromGit=" + this.fetchVersionsFromGit +
|
||||
", oauthToken='" + this.oauthToken + '\'' +
|
||||
", numberOfCheckedMilestones=" + this.numberOfCheckedMilestones +
|
||||
", updateSpringGuides=" + this.updateSpringGuides +
|
||||
", updateSpringProject=" + this.updateSpringProject +
|
||||
|
||||
@@ -61,7 +61,7 @@ public class SpringReleaser {
|
||||
this.properties.getGit().setFetchVersionsFromGit(false);
|
||||
this.properties.getMetaRelease().setEnabled(options.metaRelease);
|
||||
ReleaserProperties original = this.properties.copy();
|
||||
log.info("The following properties were found [{}]", original);
|
||||
log.debug("The following properties were found [{}]", original);
|
||||
metaReleaseProjects(options)
|
||||
.forEach(project ->
|
||||
processProjectForMetaRelease(original.copy(), options, project));
|
||||
|
||||
Reference in New Issue
Block a user