Current section
Files
Jump to
Current section
Files
logger_logstash
rebar.config
rebar.config
%% -*- mode: erlang -*-
{erl_opts, [ debug_info
, strict_validation
, warn_export_vars
, warn_exported_vars
, warn_missing_spec
, warnings_as_errors
]
}.
{deps, [jsx]}.