Skip to content

Commit

Permalink
chore(artifact): logging the artifacts we get (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns authored Aug 20, 2019
1 parent 589b6ad commit 6d0bff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public void processEvent(ArtifactEvent event) {
sentEvent.put("eventName", artifactEmitterProperties.getEventName());
sentEvent.put(
artifactEmitterProperties.getFieldName(), objectMapper.convertValue(event, Map.class));

keelService.sendArtifactEvent(sentEvent);
log.debug("Sending artifacts {}", event.getArtifacts());
} catch (Exception e) {
log.error("Could not send event {} to Keel", event, e);
}
Expand Down

0 comments on commit 6d0bff8

Please sign in to comment.