Skip to content

Commit

Permalink
Change info log output to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gcw-it committed Jul 17, 2024
1 parent c7e122f commit 84377f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void compress(NativeConfig nativeConfig, NativeImageRunnerBuildItem nativ
return;
}
if (image.isReused()) {
log.info("Native executable reused: skipping compression");
log.debug("Native executable reused: skipping compression");
return;
}

Expand Down

0 comments on commit 84377f1

Please sign in to comment.