Skip to content

Commit

Permalink
Additional logs
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko committed Sep 23, 2024
1 parent 30396ac commit a76dd4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public UpdatePlayersResponse updateDataForPlayers(List<Player> requestPlayersToU
playersToUpdate.add(post.getPlayer());
}
playerRepository.saveAll(playersToUpdate);
log.atInfo().setMessage("Updated player entries with latest data").log();
// Populate response
response.setPlayersUpdated(playersToUpdate);
response.setNumPlayersUpdated(playersToUpdate.size());
Expand Down

0 comments on commit a76dd4b

Please sign in to comment.