erlang-lager / lager

A logging framework for Erlang/OTP
Apache License 2.0
1.13k stars 455 forks source link

Update list of backends in the README #408

Closed Vagabond closed 6 years ago

Vagabond commented 7 years ago

We should figure out what backends/formatters are out there and add them to the README again.

I have a 'bunyan' formatter and a rollbar backend.

Vagabond commented 7 years ago

I don't know of a great list, but there are a bunch out there. There are several syslog ones (local syslog, remote syslog, syslog-ng), there's my rollbar backend (as mentioned before) my bunyan formatter (which is backend agnostic).

You can google or search github for 'lager backend' and a bunch show up. AMQP, airbrake, exometer, journald, etc. There's also some listed in Hex.

Maybe we could ask on erlang-questions for backends people use.

jadeallenx commented 6 years ago

Adding some text about this in 3.6.0 release, so closing.