-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Affected version
HEAD
Bug description
DefaultFilesetArchetypeGenerator logs a lot of unactionable debugging information at INFO level. Demote this to debug. E.g.
if (LOGGER.isInfoEnabled()) {
LOGGER.info("----------------------------------------------------------------------------");
LOGGER.info("Using following parameters for creating project from Archetype: "
+ request.getArchetypeArtifactId() + ":" + request.getArchetypeVersion());
LOGGER.info("----------------------------------------------------------------------------");
LOGGER.info("Parameter: " + Constants.GROUP_ID + ", Value: " + request.getGroupId());
LOGGER.info("Parameter: " + Constants.ARTIFACT_ID + ", Value: " + request.getArtifactId());
LOGGER.info("Parameter: " + Constants.VERSION + ", Value: " + request.getVersion());
LOGGER.info("Parameter: " + Constants.PACKAGE + ", Value: " + request.getPackage());
LOGGER.info("Parameter: " + Constants.PACKAGE_IN_PATH_FORMAT + ", Value: " + packageInPathFormat);
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working