Current section
Files
Jump to
Current section
Files
fifo_lager
rebar.config
rebar.config
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
{deps, [
{lager, "~>3.5.0"},
lager_logstash_backend,
lager_graylog
]}.
{profiles,
[
{lint, [{plugins, [rebar3_lint]}]},
{eqc,
[{erl_opts, [{d, 'EQC'}, nowarn_export_all]},
{deps, [jsone]},
{plugins, [rebar_eqc]}]}]}.