Current section
Files
Jump to
Current section
Files
lager_logstash_backend
rebar.config
rebar.config
{cover_enabled, true}.
{erl_opts, [
debug_info
%fail_on_warning
]}.
{deps, [
{lager, "3.0.2"},
{jsx, "2.6.1"}
]}.