# scopes: config file for testing import Config config :logger, :default_handler, level: System.get_env("SCOPES_LOG_LEVEL", "notice") |> String.to_atom, config: [ file: ~c"test/log/scopes_test.log" ]