Packages

OTP logger backend that sends log events to Graylog via GELF UDP input.

Current section

Files

Jump to
graylog_logger rebar.config
Raw

rebar.config

{deps, [
{jiffy, "1.1.2"}
]}.
{project_plugins, [rebar3_hex]}.
{erl_opts, [
debug_info
]}.