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:
Jeremy Long
2014-11-21 06:16:05 -05:00
parent 1efbc44cc4
commit 5fadbb3d25

View File

@@ -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");