Skip to content

Commit

Permalink
chore: now 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent e265e12 commit e2ccf05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void updateRetrospectStatusToDone() {
now, RetrospectStatus.PROCEEDING);

log.info("batch: size of retrospects: {}", retrospects.size());
log.info("now: {}", now);

Map<Long, Retrospect> retrospectMap = retrospects.stream()
.collect(Collectors.toMap(Retrospect::getId, retrospect -> retrospect));
Expand Down

0 comments on commit e2ccf05

Please sign in to comment.