Skip to content

Commit

Permalink
Merge pull request #29138 from dimas-b/demote-test-dir-log-msg
Browse files Browse the repository at this point in the history
Demote the "test dir mapping" log message to debug
  • Loading branch information
gsmet authored Nov 10, 2022
2 parents 13360ac + cc2048b commit 7229f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void beforeTest(Test task) {
project.relativePath(outputDirectoryAsFile)))
.collect(Collectors.joining(","));
task.environment(BootstrapConstants.TEST_TO_MAIN_MAPPINGS, fileList);
project.getLogger().lifecycle("test dir mapping - {}", fileList);
project.getLogger().debug("test dir mapping - {}", fileList);

final String nativeRunner = task.getProject().getBuildDir().toPath().resolve(finalName() + "-runner")
.toAbsolutePath()
Expand Down

0 comments on commit 7229f34

Please sign in to comment.