瀏覽代碼

Merge pull request #2123 from janchochol/fix_logger_level

Fix reloading logger_level
pull/2130/head
Fred Hebert 5 年之前
committed by GitHub
父節點
當前提交
361e8e47d5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_utils.erl

+ 1
- 1
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, []};

Loading…
取消
儲存