Skip to content

Commit

Permalink
Drop scanning message to debug to avoid spam
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Oct 27, 2024
1 parent b7e880f commit 558ee9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private <T> void checkComplete(final Future<T> task) {
}

public void asyncScanFiles(final List<VirtualFile> files, final ConfigurationLocation overrideConfigLocation) {
LOG.info("Scanning current file(s).");
LOG.debug("Scanning current file(s).");

if (files == null || files.isEmpty()) {
LOG.debug("No files provided.");
Expand Down

0 comments on commit 558ee9a

Please sign in to comment.