Current section
Files
Jump to
Current section
Files
erlang_json_logger
rebar.config
rebar.config
{profiles,
[
{test,
[
{erl_opts, [nowarn_export_all]}
]}
]}.
{deps,
[
jsx
]}.
{shell,
[
{config, "config/sys.config"},
{apps, [sasl]}
]}.