Skip to content

Commit

Permalink
Adds more logging to nail down issue when adding new personal blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziurko committed Jul 13, 2022
1 parent 0c8ac35 commit a754e00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public UpdateStatistic updateData(BloggersData data) {
}

private UpdateStatus updateSingleEntry(BloggerEntry bloggerEntry) {
log.info("Parsing blogger entry {}", bloggerEntry.getBookmarkableId());
return blogRepository
.findByBookmarkableId(bloggerEntry.getBookmarkableId())
.map(bloggerWithSameId ->
Expand Down

0 comments on commit a754e00

Please sign in to comment.