Packages

A custom formatter for the logger application that turns maps into json logs

Current section

Files

Jump to
jsonlog rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [{test, [{deps, [jsone, jsx]}]}]}.
{shell, [{config, "config/test.config"}]}.
{project_plugins, [covertool]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{covertool, [{coverdata_files, ["ct.coverdata"]}]}.