Skip to content

Commit

Permalink
Move logging to debug level
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
bigdaz committed Sep 11, 2023
1 parent ff882f2 commit 0702947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ abstract class DependencyExtractor :
val rootPath = projectIdentityPath ?: details.buildPath

if (!configurationFilter.include(rootPath, details.configurationName)) {
println("Ignoring resolved configuration: ${rootPath} - ${details.configurationName}")
LOGGER.debug("Ignoring resolved configuration: ${rootPath} - ${details.configurationName}")
return
}

Expand Down

0 comments on commit 0702947

Please sign in to comment.