We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0604f commit ba59440Copy full SHA for ba59440
cost-benefit-calculator/src/main/java/org/hjug/cbc/CostBenefitCalculator.java
@@ -152,7 +152,7 @@ <T extends Disharmony> List<ScmLogInfo> getRankedChangeProneness(List<T> disharm
152
ScmLogInfo scmLogInfo = null;
153
try {
154
scmLogInfo = gitLogReader.fileLog(path);
155
- log.info("Successfully fetched scmLogInfo for {}", scmLogInfo.getPath());
+ log.debug("Successfully fetched scmLogInfo for {}", scmLogInfo.getPath());
156
} catch (GitAPIException | IOException e) {
157
log.error("Error reading Git repository contents.", e);
158
} catch (NullPointerException e) {
0 commit comments