Packages

OTP logger backend that sends log events to Sematext Logsene.

Current section

Files

Jump to
elogsene_logger rebar.config
Raw

rebar.config

{deps, [
{jiffy, "1.1.1"},
{hackney, "1.20.1"}
]}.
{project_plugins, [rebar3_hex]}.
{erl_opts, [
debug_info
]}.