Skip to content

Commit

Permalink
WIP: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ewollesen committed Mar 27, 2024
1 parent 6d3b7b2 commit b73f17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (c *CloudEventsMessageConsumer) HandleKafkaMessage(cm *sarama.ConsumerMessa

func (c *CloudEventsMessageConsumer) handleCloudEvent(ce cloudevents.Event) {
var errors []error
log.Printf("handling cloud event: %+v", ce)
for _, handler := range c.handlers {
if handler.CanHandle(ce) {
if err := handler.Handle(ce); err != nil {
Expand Down

0 comments on commit b73f17c

Please sign in to comment.