twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

Expose the logger #32

Closed Sytten closed 5 years ago

Sytten commented 5 years ago

There is a log.Printf here: https://github.com/twitchscience/kinsumer/blob/master/shard_consumer.go#L192 Logging is not standard in golang, but it would be very nice if we could plug our own logger (we use zap).