mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
changed logging level indicating that the central analyzer is being used instead of NexusAnalyzer - since this is the standard use case it clutters the output, the message now only goes to the log
Former-commit-id: d3faf76c59cf5a80070299a99410b1593c91187c
This commit is contained in:
@@ -101,7 +101,7 @@ public class NexusAnalyzer extends AbstractFileTypeAnalyzer {
|
||||
LOGGER.info("Enabling Nexus analyzer");
|
||||
retval = true;
|
||||
} else {
|
||||
LOGGER.info("Nexus analyzer disabled, using Central instead");
|
||||
LOGGER.fine("Nexus analyzer disabled, using Central instead");
|
||||
}
|
||||
} catch (InvalidSettingException ise) {
|
||||
LOGGER.warning("Invalid setting. Disabling Nexus analyzer");
|
||||
|
||||
Reference in New Issue
Block a user