Skip to content

Commit

Permalink
lowering the log level for analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
tulinkry committed Feb 16, 2019
1 parent 7fb6ef0 commit 4853187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected void classLoaded(AnalyzersInfo localInfo, IAnalyzerPlugin plugin) {
localInfo.fileTypeDescriptions.put(analyzer.getAnalyzer().getFileTypeName(), analyzer.getName());
}

LOGGER.log(Level.INFO, "An analyzer factory {0} has been loaded.", analyzer.getClass().getCanonicalName());
LOGGER.log(Level.FINER, "An analyzer factory {0} has been loaded.", analyzer.getClass().getCanonicalName());
}

/**
Expand Down

0 comments on commit 4853187

Please sign in to comment.