From 570d6cb591070f4af99e506e79c40192043f901e Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 17 Nov 2011 16:47:57 -0500 Subject: [PATCH] Add link to AMQP backend --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index edb6abf..09b865e 100644 --- a/README.org +++ b/README.org @@ -157,6 +157,12 @@ separate application so Lager itself doesn't have an indirect dependancy on a port driver. Please see the lager_syslog README for configuration information. +* AMQP Support + Jon Brisbin has written a lager backend to send lager messages into AMQP, so + you can aggregate logs from a cluster into a central point. You can find it + under the [[https://github.com/jbrisbin/lager_amqp_backend][lager_amqp_backend]] + project on github. + * Tracing Lager supports basic support for redirecting log messages based on log message attributes. Lager automatically captures the pid, module, function and line at the