Skip to content

Commit

Permalink
[chore] 점수 문의 사항 응대를 위하여 쉽게 주언어 점수 표현한 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Nov 12, 2024
1 parent 4ed507c commit 81368ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private Map<String, Integer> extractLanguages(JsonNode repositoriesNode) {
languageCounts.getOrDefault(languageName, 0) + size);
}
}
log.info("Your Language Count is {}", languageCounts);
return languageCounts;
}
}

0 comments on commit 81368ae

Please sign in to comment.