alephcloud / hs-aws-kinesis-client

A producer/consumer client library for Kinesis
http://hackage.haskell.org/package/aws-kinesis-client
Apache License 2.0
5 stars 3 forks source link

improve error reporting #14

Closed jonsterling closed 9 years ago

jonsterling commented 9 years ago

Currently, errors writing to Kinesis are just written to stdout. This is clearly not ideal...

larskuhtz commented 9 years ago

I think writing to stderr would be simple improvement. It may be even the best we could get for a failure in the logging system itself. On a properly setup system messages from stderr might end up in syslog and may make it into some monitoring report.

jonsterling commented 9 years ago

Yeah, I think you are right. The immediate improvement is to at least write to stderr...