标签: testing logging elixir mix
以下config.exs
config :logger, compile_time_purge_matching: [ # [application: :foo], [module: SomeModule, level_lower_than: :error] ]
以上代码在从shell运行时有效,但在执行mix test时无效
mix test
config.exs被清晰地解析,我找不到任何地方都覆盖了配置。
config.exs