Browse Source

Add link to AMQP backend

pull/29/head
Andrew Thompson 13 years ago
parent
commit
570d6cb591
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.org

+ 6
- 0
README.org View File

@ -157,6 +157,12 @@
separate application so Lager itself doesn't have an indirect dependancy on a separate application so Lager itself doesn't have an indirect dependancy on a
port driver. Please see the lager_syslog README for configuration information. 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 * Tracing
Lager supports basic support for redirecting log messages based on log message Lager supports basic support for redirecting log messages based on log message
attributes. Lager automatically captures the pid, module, function and line at the attributes. Lager automatically captures the pid, module, function and line at the

Loading…
Cancel
Save