Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Add stream name to Kinesis response log
Browse files Browse the repository at this point in the history
  • Loading branch information
wtait1 committed Mar 27, 2020
1 parent 466d96c commit 24bc31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ func (c *kinesisWrapper) sendToStream(message interface{}, stream string) error
if err != nil {
return err
}
c.logger("%+v\n", response)
c.logger("Successfully put record to stream=%s\n%+v\n", stream, response)
return nil
}

0 comments on commit 24bc31f

Please sign in to comment.