logstash-plugins / logstash-input-kinesis

Logstash Plugin for AWS Kinesis Input
Apache License 2.0
45 stars 57 forks source link

Fix problem in loggers config when run with Logstah >= 7.9 #89

Closed andsel closed 4 years ago

andsel commented 4 years ago

This plugin customized the log level for a logger assuming the logger implementation was Jdk14Logger and logger framework Apache Commons Logging. But starting with Logstah 7.9 when was added log4j-jcl bridge created interference and changed the logger impl to Log4J JCL. This commit adapt to both cases.

Fix #87

elasticsearch-bot commented 4 years ago

Andrea Selva merged this to master!