<meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>Hey guys,</div><div><br></div><div>I searched Google for:</div><div>site:<a href="http://qos.ch/pipermail/logback-dev/">http://qos.ch/pipermail/logback-dev/</a> +redis +appender</div>
<div>site:<a href="http://qos.ch/pipermail/logback-dev/">http://qos.ch/pipermail/logback-dev/</a> +redis</div><div>...before messaging.</div><div><br></div><div>I need some feedback on writing a Redis appender for logback.</div>
<div><br></div><div>It is especially useful to do this as an appender instead of putting a program behind the socket appender, because I&#39;ll have direct access to the log event, and I&#39;ll have a lot of flexibility with regards to saving each field of the event with a suitably descriptive key in Redis. With Redis&#39; fast retrieval and pattern matching support on keys, I&#39;ll be able to do fast log analyses using a separate custom tool (which I&#39;m also planning to build and put in the open source domain).</div>
<div><br></div><div>Please let me know if I&#39;m going to waste my time, and if the same thing can be achieved with one of the other appenders. Extending DBAppender also didn&#39;t make a lot of sense because it&#39;s mainly geared towards SQL.</div>
<div><br></div><div>Thanks,</div><div>Juan</div></span>