Skip to content

Commit

Permalink
log dependency resolution process configuration on debug
Browse files Browse the repository at this point in the history
In the end this is not relevant for most users which will be happy with the default configuration and do not need to get into the depths of tweaking specific resolutions.

Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
  • Loading branch information
codecholeric committed Feb 25, 2022
1 parent 2628803 commit a98c4d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void resolve(ImportedClasses classes) {
}

private void logConfiguration() {
log.info("Automatically resolving transitive class dependencies with the following configuration:{}{}{}{}{}{}",
log.debug("Automatically resolving transitive class dependencies with the following configuration:{}{}{}{}{}{}",
formatConfigProperty(MAX_ITERATIONS_FOR_MEMBER_TYPES_PROPERTY_NAME, maxRunsForMemberTypes),
formatConfigProperty(MAX_ITERATIONS_FOR_ACCESSES_TO_TYPES_PROPERTY_NAME, maxRunsForAccessesToTypes),
formatConfigProperty(MAX_ITERATIONS_FOR_SUPERTYPES_PROPERTY_NAME, maxRunsForSupertypes),
Expand Down

0 comments on commit a98c4d6

Please sign in to comment.