mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
changed logging message that indicates default state was moved to the log file rather then standard console output
Former-commit-id: e67218ff539a0c2b34cc78d0208f42d815248d7e
This commit is contained in:
@@ -99,7 +99,7 @@ public class CentralAnalyzer extends AbstractFileTypeAnalyzer {
|
|||||||
if (Settings.getBoolean(Settings.KEYS.ANALYZER_CENTRAL_ENABLED)) {
|
if (Settings.getBoolean(Settings.KEYS.ANALYZER_CENTRAL_ENABLED)) {
|
||||||
if (!Settings.getBoolean(Settings.KEYS.ANALYZER_NEXUS_ENABLED)
|
if (!Settings.getBoolean(Settings.KEYS.ANALYZER_NEXUS_ENABLED)
|
||||||
|| NexusAnalyzer.DEFAULT_URL.equals(Settings.getString(Settings.KEYS.ANALYZER_NEXUS_URL))) {
|
|| NexusAnalyzer.DEFAULT_URL.equals(Settings.getString(Settings.KEYS.ANALYZER_NEXUS_URL))) {
|
||||||
LOGGER.info("Enabling the Central analyzer");
|
LOGGER.fine("Enabling the Central analyzer");
|
||||||
retval = true;
|
retval = true;
|
||||||
} else {
|
} else {
|
||||||
LOGGER.info("Nexus analyzer is enabled, disabling the Central Analyzer");
|
LOGGER.info("Nexus analyzer is enabled, disabling the Central Analyzer");
|
||||||
|
|||||||
Reference in New Issue
Block a user