Current section
Files
Jump to
Current section
Files
src/erlogstash.app.src
{application,erlogstash,
[{description,"Logstash client and logger handler"},
{vsn,"0.10.12"},
{registered,[erlogstash_sup]},
{mod,{erlogstash,[]}},
{applications,[kernel,stdlib,emsgpack,otpbp]},
{links,[{"GitHub","https://github.com/Ledest/erlogstash"}]},
{licenses,["MIT"]},
{build_tools,[rebar,rebar3]},
{exclude_paths,["rebar.lock"]}]}.