guardian / kinesis-logback-appender

LOGBack Appender for writing data into a Kinesis Stream
Apache License 2.0
40 stars 25 forks source link

FirehoseStatsReporter never reports stream name in its error message when used in FirehoseAppender #22

Open apogrebnyak opened 6 years ago

apogrebnyak commented 6 years ago

The message always says

Failed to publish a log entry to kinesis using appender: null

This is happening because in FirehoseAppender the constructor for FirehoseStatsReporter is called before the appender is fully initialized with a valid stream name

BorjaC commented 6 years ago

Hi, I have this issue resolved , How do I collaborate?