在测试期间compile_time_purge_matching不起作用

时间:2019-10-04 10:05:02

标签: testing logging elixir mix

以下config.exs

config :logger,
  compile_time_purge_matching: [
    # [application: :foo],
    [module: SomeModule, level_lower_than: :error]
  ]

以上代码在从shell运行时有效,但在执行mix test时无效

config.exs被清晰地解析,我找不到任何地方都覆盖了配置。

0 个答案:

没有答案