cblage/elixir-json

View on GitHub
config/config.exs

Summary

Maintainability
Test Coverage
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config

config :logger,
  level: :info,
  compile_time_purge_matching: [
    [level_lower_than: :info]
  ]

config :json, log_level: :info