fix(logging): Add compile-time overrides for gen_rpc application

This commit is contained in:
ieQu1 2022-05-24 12:40:24 +02:00
parent 27c922dbf2
commit 9de609224e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ overrides() ->
%% Temporary workaround for a rebar3 erl_opts duplication %% Temporary workaround for a rebar3 erl_opts duplication
%% bug. Ideally, we want to set this define globally %% bug. Ideally, we want to set this define globally
snabbkaffe_overrides() -> snabbkaffe_overrides() ->
Apps = [snabbkaffe, ekka, mria], Apps = [snabbkaffe, ekka, mria, gen_rpc],
[{add, App, [{erl_opts, [{d, snk_kind, msg}]}]} || App <- Apps]. [{add, App, [{erl_opts, [{d, snk_kind, msg}]}]} || App <- Apps].
config() -> config() ->