Skip to content

Commit 9f4e8d1

Browse files
committed
refactor: github 조회 로그를 더 상세히 남기도록 수정한다
1 parent b16fe53 commit 9f4e8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/rank/app/UpdateUserContributionFacade.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class UpdateUserContributionFacade(
3636
from = from,
3737
to = to,
3838
)
39-
logger.info("[UpdateUserContributionFacade] weeklyContributions: $weeklyContributions")
39+
logger.info("[UpdateUserContributionFacade] from: $from, to: $to, weeklyContributions: $weeklyContributions")
4040

4141
val updatedUserContributionRank = UserContributionRank.create(
4242
image = user.profileImage,

0 commit comments

Comments
 (0)