kmtong / logback-redis-appender

Logback Redis Appender
Apache License 2.0
114 stars 64 forks source link

Ability to set other layouts #10

Closed brynjargles closed 9 years ago

brynjargles commented 9 years ago

For some unknown reason logstash fails to put the log events added with the RedisAppender to Redis into elasticsearch. When I modify the RedisAppender to use the net.logstash.logback.layout.LogstashLayout it works.

I propose that the Layout is further decoupled from the appender by allowing the user to set or override the appender to use.