summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rebar_utils.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index 066c673..5c7da92 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -493,7 +493,7 @@ reread_logger_config() ->
_ ->
%% Extract and apply settings related to primary configuration
%% -- primary config is used for settings shared across handlers
- LogLvlPrimary = proplists:get_value(logger_info, KernelCfg, all),
+ LogLvlPrimary = proplists:get_value(logger_level, KernelCfg, all),
{FilterDefault, Filters} =
case lists:keyfind(filters, 1, KernelCfg) of
false -> {log, []};