Skip to content

Commit

Permalink
chore(plugins): Add some additional logging (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert committed May 8, 2020
1 parent f9fef88 commit 47542bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ protected PluginPollingDelta generateDelta(PollContext ctx) {

@Override
protected void commitDelta(PluginPollingDelta delta, boolean sendEvents) {
log.info("Found {} new plugin releases", delta.items.size());
delta.items.forEach(
item -> {
if (sendEvents) {
Expand Down

0 comments on commit 47542bf

Please sign in to comment.